Gyimah3 commited on
Commit
79028e0
·
1 Parent(s): 6e24959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,4 +120,4 @@ with gr.Blocks() as demo:
120
  make_prediction.click(predict_churn, inputs, output_prediction)
121
 
122
  # Launching app
123
- demo.launch(debug=True,inline=False,enabel_queue=True)
 
120
  make_prediction.click(predict_churn, inputs, output_prediction)
121
 
122
  # Launching app
123
+ demo.launch(debug=True,inline=False)