Skip to content

Commit 1a55873

Browse files
authored
Update app.py
1 parent c9563f9 commit 1a55873

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=8080)
103+
app_run(app, host="54.82.87.241", port=8080)

0 commit comments

Comments
 (0)