This commit is contained in:
2026-05-14 18:38:37 +08:00
parent 7a2ffc91a2
commit 334845d732
+1 -1
View File
@@ -13,5 +13,5 @@ __all__ = ["app"]
if __name__ == "__main__":
import uvicorn
port = int(os.environ.get("MODEL_SERVER_PORT", "8000"))
port = int(os.environ.get("MODEL_SERVER_PORT", "8800"))
uvicorn.run(app, host="0.0.0.0", port=port)