Justxd22 commited on
Commit
4e5f230
·
1 Parent(s): 982686b

Fix bind address

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,4 +298,4 @@ with gr.Blocks(title="Murder.Ai", fill_height=True) as demo:
298
  app = gr.mount_gradio_app(app, demo, path="/")
299
 
300
  if __name__ == "__main__":
301
- uvicorn.run(app, host="127.0.0.1", port=7860)
 
298
  app = gr.mount_gradio_app(app, demo, path="/")
299
 
300
  if __name__ == "__main__":
301
+ uvicorn.run(app, host="0.0.0.0", port=7860)