-
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-04 12:50:10 +10:00
parent a86aadcada
commit 2d22ca57f4
2 changed files with 9 additions and 2 deletions

View File

@@ -559,5 +559,6 @@ async def get_models():
async def get_token():
return str(uuid4())
# if __name__ == "__main__":
# app.run("0.0.0.0", port=args.port, debug=False)
if __name__ == "__main__":
# # Starts the server, change the port if needed
app.run("0.0.0.0", port=args.port, debug=False)