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():
|
async def get_token():
|
||||||
return str(uuid4())
|
return str(uuid4())
|
||||||
|
|
||||||
if __name__ == "__main__":
|
# if __name__ == "__main__":
|
||||||
# # Starts the server, change the port if needed
|
# app.run("0.0.0.0", port=args.port, debug=False)
|
||||||
app.run("0.0.0.0", port=args.port, debug=False)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user