Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ritesh-hf
/
nutrigenics-flask-chatbot-server
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ritesh-hf
commited on
Oct 29, 2024
Commit
9f4db58
·
verified
·
1 Parent(s):
a4e9eaa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -769,4 +769,4 @@ def index_view():
769
770
# Main function to run the app
771
if __name__ == '__main__':
772
-
app.run(
debug
=
True
)
769
770
# Main function to run the app
771
if __name__ == '__main__':
772
+
app.run(
host
=
'0.0.0.0'
)