Skip to content

Commit ea57fb5

Browse files
committed
port changes
1 parent 5075096 commit ea57fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ async def predict_route(request: Request, file: Annotated[UploadFile, File()] =
100100

101101

102102
if __name__ == "__main__":
103-
app_run(app, host="0.0.0.0", port=8000)
103+
app_run(app, host="0.0.0.0", port=8080)

0 commit comments

Comments
 (0)