Hugging Face
Models
Datasets
Spaces
Posts
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
e15da2e
·
1 Parent(s):
5634ad5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -210,4 +210,4 @@ interface = gr.Interface(
210
211
212
if __name__ == "__main__":
213
-
interface.launch(
share=True
)
210
211
212
if __name__ == "__main__":
213
+
interface.launch()