Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -34,7 +34,7 @@ from transformers_js import import_transformers_js
|
|
34 |
import gradio as gr
|
35 |
|
36 |
transformers = await import_transformers_js()
|
37 |
-
pipeline = transformers.pipeline
|
38 |
pipe = await pipeline('sentiment-analysis')
|
39 |
|
40 |
async def classify(text):
|
|
|
34 |
import gradio as gr
|
35 |
|
36 |
transformers = await import_transformers_js()
|
37 |
+
pipeline = transformers.pipeline
|
38 |
pipe = await pipeline('sentiment-analysis')
|
39 |
|
40 |
async def classify(text):
|