Spaces:
Running
on
T4
Running
on
T4
Nikita
commited on
Commit
·
577322a
1
Parent(s):
fc8f543
explicit server_name and port
Browse files
app.py
CHANGED
@@ -489,7 +489,7 @@ with gr.Blocks(fill_width=True,theme=gr.themes.Ocean()) as demo:
|
|
489 |
inputs=[file_input, preset_dropdown, filter_checkbox, forecast_length_slider],
|
490 |
outputs=[plot_output, errbox]
|
491 |
)
|
492 |
-
demo.launch()
|
493 |
|
494 |
|
495 |
'''
|
|
|
489 |
inputs=[file_input, preset_dropdown, filter_checkbox, forecast_length_slider],
|
490 |
outputs=[plot_output, errbox]
|
491 |
)
|
492 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|
493 |
|
494 |
|
495 |
'''
|