Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
pip install gradio transformers
|
| 2 |
import gradio as gr
|
| 3 |
from transformers import pipeline
|
| 4 |
text_classifier = pipeline('sentiment-analysis')
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
| 3 |
text_classifier = pipeline('sentiment-analysis')
|