Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aiscientist
/
bert_sentiment_analysis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aiscientist
commited on
Mar 3, 2023
Commit
2fb2a46
·
1 Parent(s):
e6d3f34
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -1,4 +1,3 @@
1
import gradio as gr
2
3
-
4
-
gr.Interface.load("Semtiment Analysis Using Bert").launch();
1
import gradio as gr
2
3
+
gr.Interface.load("huggingface/finiteautomata/bertweet-base-sentiment-analysis").launch();