Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
borakol
/
SentimentalAnalyze
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
borakol
commited on
Jul 25, 2024
Commit
3dd7bee
·
verified
·
1 Parent(s):
059f130
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ iface = gr.Interface(
60
)
61
62
if __name__ == "__main__":
63
-
iface.launch()
60
)
61
62
if __name__ == "__main__":
63
+
iface.launch(
share= True
)