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
a4e9eaa
·
verified
·
1 Parent(s):
b631b7d
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
-
Flask
.run(
app,
debug=
False
)
769
770
# Main function to run the app
771
if __name__ == '__main__':
772
+
app
.run(debug=
True
)