Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,4 +96,6 @@ def predict_sales_batch():
|
|
| 96 |
# When deploying with Gunicorn, this block is usually commented out or removed
|
| 97 |
# if __name__ == '__main__':
|
| 98 |
# print("--- app.py: Running Flask app in debug mode ---")
|
| 99 |
-
# superkart_sales_api.run(debug=True)
|
|
|
|
|
|
|
|
|
| 96 |
# When deploying with Gunicorn, this block is usually commented out or removed
|
| 97 |
# if __name__ == '__main__':
|
| 98 |
# print("--- app.py: Running Flask app in debug mode ---")
|
| 99 |
+
# superkart_sales_api.run(debug=True)
|
| 100 |
+
if __name__ == '__main__':
|
| 101 |
+
superkart_sales_api.run(debug=True)
|