Elegbede commited on
Commit
dc39191
1 Parent(s): 2db89cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = True,
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()