Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TuanScientist
/
sentimentwebapp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TuanScientist
commited on
May 24, 2023
Commit
ef5f60b
·
1 Parent(s):
1ba5dc7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -169,4 +169,4 @@ interface = gr.Interface(
169
)
170
171
if __name__ == "__main__":
172
-
interface.launch(
share=True
)
169
)
170
171
if __name__ == "__main__":
172
+
interface.launch()