Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AfroLogicInsect
/
sentiment-analysis-model-gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AfroLogicInsect
commited on
23 days ago
Commit
c9e1d41
·
verified
·
1 Parent(s):
e7da2c8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ iface = gr.Interface(
20
gr.Number(label="Confidence")]
21
)
22
23
-
iface.launch()
20
gr.Number(label="Confidence")]
21
)
22
23
+
iface.launch(
share=True
)