pgurazada1 commited on
Commit
0a474a7
1 Parent(s): f0d402f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ demo = gr.Interface(
57
  outputs=model_output,
58
  title="Diamond Price Predictor",
59
  description="This API allows you to predict the price of a diamond given its attributes",
60
- allow_flagging="manual",
61
  flagging_callback=hf_writer
62
  )
63
 
 
57
  outputs=model_output,
58
  title="Diamond Price Predictor",
59
  description="This API allows you to predict the price of a diamond given its attributes",
60
+ allow_flagging="auto",
61
  flagging_callback=hf_writer
62
  )
63