Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ interface = gr.Interface(
|
|
| 85 |
description="Upload a CSV file of monthly time series data to generate 12 period forecasts using ARIMA.",
|
| 86 |
theme = 'darkhuggingface',
|
| 87 |
examples = ["Electric_Production.csv"],
|
| 88 |
-
live =
|
| 89 |
cache_examples = False
|
| 90 |
)
|
| 91 |
interface.launch()
|
|
|
|
| 85 |
description="Upload a CSV file of monthly time series data to generate 12 period forecasts using ARIMA.",
|
| 86 |
theme = 'darkhuggingface',
|
| 87 |
examples = ["Electric_Production.csv"],
|
| 88 |
+
live = False,
|
| 89 |
cache_examples = False
|
| 90 |
)
|
| 91 |
interface.launch()
|