File size: 375 Bytes
39b4d98
1f7aff8
39b4d98
d24f1d6
39b4d98
 
 
 
 
 
 
 
d24f1d6
39b4d98
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<!- To demonstrate use of Javascript promise in Transformers.js pipeline API ->
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Transformers Demo</title>
</head>
<body>
    <h1>Transformers Demo</h1>

    <script src="deberta.js" type="module"></script>
</body>
</html>