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

flaggingoption removed

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,