Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MatteoFasulo
/
SubjectivityDetection
like
1
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
LucaTedeschini
commited on
20 days ago
Commit
ed1a96e
·
1 Parent(s):
63daa8c
bug: removed share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -187,4 +187,4 @@ with gr.Blocks(theme=gr.themes.Ocean(), title="Subjectivity & Sentiment Dashboar
187
outputs=[txt, table]
188
)
189
190
-
demo.queue().launch(
share=True
)
187
outputs=[txt, table]
188
)
189
190
+
demo.queue().launch()