Spaces:
Sleeping
Sleeping
Commit
·
d479009
1
Parent(s):
8e5b332
bug
Browse files
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='
|
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 |
'Плохая рекомендация'],
|