abhivsh commited on
Commit
0014409
·
verified ·
1 Parent(s): 1c96ace

share = True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ with gr.Blocks() as demo:
81
  submit_btn.click(get_forecast, inputs=dropdown, outputs=forecast_plot)
82
 
83
 
84
- demo.launch()
 
81
  submit_btn.click(get_forecast, inputs=dropdown, outputs=forecast_plot)
82
 
83
 
84
+ demo.launch(share=True)