Spaces:
Running
Running
etadevosyan
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def predict_bm25(service):
|
|
31 |
|
32 |
demo = gr.Interface(fn=predict_bm25,inputs=gr.components.Textbox(label='Запрос пользователя'),
|
33 |
outputs=[gr.components.Textbox(label='Рекомендованные услуги')],
|
34 |
-
allow_flagging='
|
35 |
flagging_callback = gr.CSVLogger(),
|
36 |
examples=[
|
37 |
['кальций'],
|
|
|
31 |
|
32 |
demo = gr.Interface(fn=predict_bm25,inputs=gr.components.Textbox(label='Запрос пользователя'),
|
33 |
outputs=[gr.components.Textbox(label='Рекомендованные услуги')],
|
34 |
+
allow_flagging='manual',
|
35 |
flagging_callback = gr.CSVLogger(),
|
36 |
examples=[
|
37 |
['кальций'],
|