Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jzyg123/open-webui
stackway-ai
/
chat
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
JerryZhouYG
commited on
Feb 17
Commit
992e07a
·
verified
·
1 Parent(s):
466c73e
Update server.py
Browse files
Files changed (1)
hide
show
server.py
+1
-1
server.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ def get_logs():
73
74
# 启动 Flask
75
if __name__ == '__main__':
76
-
app.run(host="0.0.0.0", port=
8000
)
73
74
# 启动 Flask
75
if __name__ == '__main__':
76
+
app.run(host="0.0.0.0", port=
8080
)