mayankchugh-learning commited on
Commit
7ff1036
·
verified ·
1 Parent(s): 72428d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
77
  outputs=model_output,
78
  title="Machine Failure Predictor",
79
  description="This API allows you to predict the machine failure status of an equipment",
80
- allow_flagging="auto",
81
  concurrency_limit=16
82
  )
83
 
 
77
  outputs=model_output,
78
  title="Machine Failure Predictor",
79
  description="This API allows you to predict the machine failure status of an equipment",
80
+ #allow_flagging="auto",
81
  concurrency_limit=16
82
  )
83