Update app.py
Browse files
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)
|