MJ commited on
Commit
c7d1acc
·
verified ·
1 Parent(s): eac2292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ if time_series_data:
58
 
59
  # Make the forecast
60
  forecast = pipeline.predict(
61
- context=context,
62
  prediction_length=prediction_length,
63
  num_samples=20,
64
  )
 
58
 
59
  # Make the forecast
60
  forecast = pipeline.predict(
61
+ inputs=context,
62
  prediction_length=prediction_length,
63
  num_samples=20,
64
  )