abhivsh commited on
Commit
46a39f4
·
verified ·
1 Parent(s): fd357e8

Update=True removed

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