Spaces:
Sleeping
Sleeping
Commit
·
d1fc725
1
Parent(s):
04affa2
Update app.py
Browse files
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
|
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 |
|