Lokiiparihar commited on
Commit
6ba275e
·
verified ·
1 Parent(s): ee2c616

Update app.py

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