dhirendrajha commited on
Commit
3dcc80d
·
verified ·
1 Parent(s): 526fabf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ def predict_churn_batch():
67
 
68
  # Run the Flask app in debug mode
69
  if __name__ == '__main__':
70
- app.run(debug=True)
 
67
 
68
  # Run the Flask app in debug mode
69
  if __name__ == '__main__':
70
+ churn_predictor_api.run(debug=True)