Abid commited on
Commit
dd10fee
β€’
1 Parent(s): a5e57b5

flaggingoption revert

Browse files
Files changed (1) hide show
  1. Gradio/app.py +1 -1
Gradio/app.py CHANGED
@@ -67,7 +67,7 @@ def main():
67
  Input,
68
  Output,
69
  title=title,
70
- # flagging_options=["incorrect", "worst", "ambiguous"],
71
  allow_flagging="manual",
72
  flagging_callback=hf_writer,
73
  description=description,
67
  Input,
68
  Output,
69
  title=title,
70
+ flagging_options=["incorrect", "worst", "ambiguous"],
71
  allow_flagging="manual",
72
  flagging_callback=hf_writer,
73
  description=description,