histlearn commited on
Commit
a97bba2
·
verified ·
1 Parent(s): 627d260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks() as demo:
123
  run_button.click(fn=on_run_button_click, inputs=[selected_location], outputs=graph_output)
124
 
125
  if __name__ == "__main__":
126
- demo.launch()
 
123
  run_button.click(fn=on_run_button_click, inputs=[selected_location], outputs=graph_output)
124
 
125
  if __name__ == "__main__":
126
+ demo.launch(server_name="0.0.0.0", server_port=7860)