commit flask

This commit is contained in:
2026-04-01 17:22:06 +10:00
parent d3f4bb9a11
commit b711980d6d

View File

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