commit flask
This commit is contained in:
5
main.py
5
main.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user