Update index.html
Browse files- index.html +6 -0
index.html
CHANGED
@@ -6,6 +6,12 @@
|
|
6 |
</head>
|
7 |
<body>
|
8 |
<gradio-lite>
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
import gradio as gr
|
10 |
import random
|
11 |
|
|
|
6 |
</head>
|
7 |
<body>
|
8 |
<gradio-lite>
|
9 |
+
|
10 |
+
<gradio-requirements>
|
11 |
+
transformers_js_py
|
12 |
+
typing-extensions
|
13 |
+
</gradio-requirements>
|
14 |
+
|
15 |
import gradio as gr
|
16 |
import random
|
17 |
|