update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user