We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cb287 commit 43beab9Copy full SHA for 43beab9
app.py
@@ -41,3 +41,4 @@ async def predict_route(text):
41
42
if __name__ == "__main__":
43
uvicorn.run(app, host="0.0.0.0", port=8080)
44
+ # uvicorn.run(app, host="127.0.0.1", port=8080)
0 commit comments