CoolFace
Apppublic

lyly21/xformjs_mobilevit_assignment

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
promise.html15 linesDownload Raw Back to root
1<!DOCTYPE html>2<!- To demonstrate use of Javascript promise in Transformers.js pipeline API ->3<html lang="en">4 5<head>6    <meta charset="UTF-8">7    <meta name="viewport" content="width=device-width, initial-scale=1.0">8    <title>Transformers Demo</title>9</head>10<body>11    <h1>Transformers Demo</h1>12 13    <script src="deberta.js" type="module"></script>14</body>15</html>