xformjs / promise.html
boazchung's picture
Update promise.html
1f7aff8 verified
raw
history blame contribute delete
No virus
375 Bytes
<!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>