Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIConsultant
/
sentiment-analysis-system
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
trttung1610
commited on
Aug 17, 2023
Commit
8b89712
·
1 Parent(s):
e10db48
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -203,4 +203,4 @@ interface = gr.Interface(
203
204
205
if __name__ == "__main__":
206
-
interface.launch(
share=True
)
203
204
205
if __name__ == "__main__":
206
+
interface.launch()