Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shatha2030
/
Sentiment_Analysis_App
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Shatha2030
commited on
Feb 18, 2025
Commit
e8e73d4
·
verified
·
1 Parent(s):
182cb50
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,5 @@ iface = gr.Interface(
25
26
# Launch the app
27
if __name__ == "__main__":
28
-
iface.launch()
25
26
# Launch the app
27
if __name__ == "__main__":
28
+
iface.launch(
debug=True
)
29
+