Spaces:
Sleeping
Sleeping
Commit
·
d895d2f
1
Parent(s):
00887f1
hf_writer
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
33 |
inputs=gr.Textbox(label="Введите запрос"),
|
34 |
outputs=gr.HTML(), # Use HTML to render custom styled output,
|
35 |
allow_flagging='manual',
|
36 |
-
flagging_callback =
|
37 |
flagging_options = ['Хорошая рекомендаация',
|
38 |
'Плохая рекомендаация'],
|
39 |
title="Поисковая система BUDU",
|
|
|
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 |
'Плохая рекомендаация'],
|
39 |
title="Поисковая система BUDU",
|