mandyvarel commited on
Commit
5a72aa9
·
1 Parent(s): cedc9e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ app = gr.mount_gradio_app(app, block, path="/")
59
 
60
  # serve the app
61
  if __name__ == "__main__":
62
- uvicorn.run(app, host="127.0.0.1", port=7862)
63
 
64
  # run the app with
65
  # python app.py
 
59
 
60
  # serve the app
61
  if __name__ == "__main__":
62
+ uvicorn.run(app, host="0.0.0.0", port=7860)
63
 
64
  # run the app with
65
  # python app.py