Justxd22 commited on
Commit
08e4fd1
·
2 Parent(s): 8bcb43c d1c6394

Merge branch 'main' of https://huggingface.co/spaces/MCP-1st-Birthday/Murder.Ai

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="0.0.0.0", port=7860)
 
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)