update
This commit is contained in:
parent
a8f881a12f
commit
690802072c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue