Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rohan13
/
makerlab-bot
like
0
Runtime error
App
Files
Files
Community
3
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)