This commit is contained in:
evilbeast
2022-09-09 15:27:01 +08:00
parent 7a7e927442
commit d91c807905
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -256,6 +256,5 @@ async def send_gif(model: models.SendPatReqModel):
return response_json(1, data)
if __name__ == '__main__':
uvicorn.run(app=app, host='0.0.0.0', port=8000)