Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -63,4 +63,4 @@ def forecast_sales_batch():
|
|
| 63 |
|
| 64 |
# Run the Flask app in debug mode
|
| 65 |
if __name__ == '__main__':
|
| 66 |
-
|
|
|
|
| 63 |
|
| 64 |
# Run the Flask app in debug mode
|
| 65 |
if __name__ == '__main__':
|
| 66 |
+
sales_forecast_api.run(debug=True)
|