etadevosyan commited on
Commit
d479009
·
1 Parent(s): 8e5b332
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  fn=create_ui,
33
  inputs=gr.Textbox(label="Введите запрос"),
34
  outputs=gr.HTML(), # Use HTML to render custom styled output,
35
- allow_flagging='auto',
36
  flagging_callback = hf_writer,
37
  flagging_options = ['Хорошая рекомендация',
38
  'Плохая рекомендация'],
 
32
  fn=create_ui,
33
  inputs=gr.Textbox(label="Введите запрос"),
34
  outputs=gr.HTML(), # Use HTML to render custom styled output,
35
+ allow_flagging='manual',
36
  flagging_callback = hf_writer,
37
  flagging_options = ['Хорошая рекомендация',
38
  'Плохая рекомендация'],