Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
carpeadiam
/
centiMent
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
carpeadiam
commited on
8 days ago
Commit
e464787
·
verified
·
1 Parent(s):
f346427
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ def get_sentimental_analysis():
38
39
40
if __name__ == '__main__':
41
-
app.run(debug=
True
)
38
39
40
if __name__ == '__main__':
41
+
app.run(
host="0.0.0.0", port=7860,
debug=
False
)
# Disable debug for production