Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
DSatishchandra
/
AIChatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DSatishchandra
commited on
Apr 8, 2025
Commit
d92eef3
·
verified
·
1 Parent(s):
9467a69
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ def ingredients():
45
46
47
if __name__ == '__main__':
48
-
app.run(debug=
True
)
45
46
47
if __name__ == '__main__':
48
+
app.run(debug=
False, use_reloader=False
)