Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
seosnaps/01
sigyllly
/
Check
like
0
Paused
App
Files
Files
Community
sigyllly
commited on
Nov 8
Commit
95b0b21
•
1 Parent(s):
6d89291
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -213,4 +213,4 @@ if __name__ == "__main__":
213
</html>
214
''')
215
216
-
socketio.run(app, host="0.0.0.0", port=7860 debug=False)
213
</html>
214
''')
215
216
+
socketio.run(app, host="0.0.0.0", port=7860
,
debug=False)