Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kweyamba
/
gradio-sentiment-analyzer
like
1
Runtime error
App
Files
Files
Community
kweyamba
commited on
Dec 29, 2022
Commit
fdc3a87
•
1 Parent(s):
4b0b414
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import gradio as gr
2
from transformers import pipeline
3
4
sentiment = pipeline("sentiment-analysis")
1
+
import gradio as gr
2
from transformers import pipeline
3
4
sentiment = pipeline("sentiment-analysis")