Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
@@ -5,7 +5,9 @@
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<gradio-lite>
|
8 |
-
<gradio-requirements>
|
|
|
|
|
9 |
<gradio-file name="app.py" entrypoint>
|
10 |
from transformers_js import pipeline
|
11 |
import gradio as gr
|
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<gradio-lite>
|
8 |
+
<gradio-requirements>
|
9 |
+
git+https://github.com/whitphx/transformers.js.py.git
|
10 |
+
</gradio-requirements>
|
11 |
<gradio-file name="app.py" entrypoint>
|
12 |
from transformers_js import pipeline
|
13 |
import gradio as gr
|