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:
rohan13
/
makerlab-bot
like
0
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
rohan13
commited on
Mar 23, 2023
Commit
aa9cf31
·
1 Parent(s):
f48c97f
removed allow unsafe
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ def handle_message(data):
22
23
24
if __name__ == '__main__':
25
-
socketio.run(app, host="0.0.0.0", port=7860
, allow_unsafe_werkzeug=True
)
22
23
24
if __name__ == '__main__':
25
+
socketio.run(app, host="0.0.0.0", port=7860)