Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Jensen-holm
/
Numpy-Neuron
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jensen-holm
commited on
May 4, 2023
Commit
417c866
·
1 Parent(s):
e735ea1
seeing if the debug mode is causing my problems
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,5 +46,5 @@ def index():
46
47
if __name__ == "__main__":
48
app.run(
49
-
debug=
True
,
50
)
46
47
if __name__ == "__main__":
48
app.run(
49
+
debug=
False
,
50
)