This commit is contained in:
xyj 2024-01-26 16:29:25 +08:00
parent a8f881a12f
commit 690802072c
1 changed files with 1 additions and 1 deletions

View File

@ -255,4 +255,4 @@ async def process_data(request: Request):
if __name__ == '__main__': if __name__ == '__main__':
uvicorn.run(app, host="0.0.0.0", port=8003) uvicorn.run(app, host="0.0.0.0", port=8002)