mayankchugh-learning commited on
Commit
db3baf5
·
verified ·
1 Parent(s): bb5cf68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -114,7 +114,6 @@ demo = gr.Interface(
114
  outputs=model_output,
115
  title="Term Deposit Prediction",
116
  description="This API allows you to predict the person who are going to likely subscribe the term deposit",
117
- allow_flagging="auto",
118
  concurrency_limit=8
119
  )
120
 
 
114
  outputs=model_output,
115
  title="Term Deposit Prediction",
116
  description="This API allows you to predict the person who are going to likely subscribe the term deposit",
 
117
  concurrency_limit=8
118
  )
119