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