更新send_text_ui例子

This commit is contained in:
evilbeast
2022-09-23 18:19:54 +08:00
parent 89ea755606
commit 734eab020e
3 changed files with 6 additions and 4 deletions
-2
View File
@@ -263,7 +263,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)