hellorahulk commited on
Commit
d1fc725
·
1 Parent(s): 04affa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,5 +65,5 @@ outputs = [
65
 
66
  # Create the Gradio app
67
  iface = gr.Interface(fn=forecast_timeseries, inputs=inputs, outputs=outputs, title="Time Series Forecasting with Prophet")
68
- iface.launch(inline = False,share=True,debug=False)
69
 
 
65
 
66
  # Create the Gradio app
67
  iface = gr.Interface(fn=forecast_timeseries, inputs=inputs, outputs=outputs, title="Time Series Forecasting with Prophet")
68
+ iface.launch(inline = False)
69