Pavankalyan commited on
Commit
656c99e
1 Parent(s): 576fbe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ demo = gr.Interface(
21
  inputs=["text"],
22
  outputs=["text","text"],
23
  allow_flagging = "manual",
24
- flagging_options = ["1","2","None"],
25
  flagging_callback=hf_writer
26
  )
27
  demo.launch()
 
21
  inputs=["text"],
22
  outputs=["text","text"],
23
  allow_flagging = "manual",
24
+ flagging_options = ["0","1","None"],
25
  flagging_callback=hf_writer
26
  )
27
  demo.launch()