Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/flask
Dooratre
/
flask
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dooratre
commited on
Apr 24, 2024
Commit
ac9ffc4
·
verified
·
1 Parent(s):
8eed1a1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ def chat():
70
71
72
if __name__ == '__main__':
73
-
app.run(
debug
=
True
)
70
71
72
if __name__ == '__main__':
73
+
app.run(
host
=
"0.0.0.0", port=7860
)