Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
subhanshu/gradio-sentiment-analyser
seonoh12
/
gradio-sentiment-analysis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
subhanshu
commited on
Jan 20, 2022
Commit
cec3d96
·
1 Parent(s):
4e3879f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,3 @@
1
-
2
import gradio as gr
3
from transformers import pipeline
4
sentiment= pipeline("sentiment-analysis")
1
import gradio as gr
2
from transformers import pipeline
3
sentiment= pipeline("sentiment-analysis")