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