更新 basic_demo/glm4v_server.py

This commit is contained in:
efort 2025-02-10 15:36:35 +08:00
parent 483f37d290
commit 78cf805670
1 changed files with 1 additions and 1 deletions

View File

@ -408,4 +408,4 @@ if __name__ == "__main__":
).eval()
uvicorn.run(app, host='0.0.0.0', port=8000, workers=1)
uvicorn.run(app, host='0.0.0.0', port=6006, workers=1)