Spaces:
Sleeping
Sleeping
etadevosyan
commited on
Commit
•
86a77c5
1
Parent(s):
3fecf82
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def predict_bm25(service):
|
|
35 |
|
36 |
demo = gr.Interface(fn=predict_bm25,inputs=gr.components.Textbox(label='Запрос пользователя'),
|
37 |
outputs=[gr.components.Textbox(label='Рекомендованные услуги')],
|
38 |
-
allow_flagging='
|
39 |
flagging_callback = hf_writer,
|
40 |
examples=[
|
41 |
['кальций'],
|
|
|
35 |
|
36 |
demo = gr.Interface(fn=predict_bm25,inputs=gr.components.Textbox(label='Запрос пользователя'),
|
37 |
outputs=[gr.components.Textbox(label='Рекомендованные услуги')],
|
38 |
+
allow_flagging='auto',
|
39 |
flagging_callback = hf_writer,
|
40 |
examples=[
|
41 |
['кальций'],
|