Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ if time_series_data:
|
|
| 58 |
|
| 59 |
# Make the forecast
|
| 60 |
forecast = pipeline.predict(
|
| 61 |
-
|
| 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 |
)
|