Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -334,7 +334,7 @@ def predict(text):
|
|
334 |
|
335 |
title = "Enhanced Search with BM25"
|
336 |
iface = gr.Interface(
|
337 |
-
fn=
|
338 |
inputs=[gr.Textbox(label="Search Query", lines=3)],
|
339 |
outputs='json',
|
340 |
title=title,
|
|
|
334 |
|
335 |
title = "Enhanced Search with BM25"
|
336 |
iface = gr.Interface(
|
337 |
+
fn=predict,
|
338 |
inputs=[gr.Textbox(label="Search Query", lines=3)],
|
339 |
outputs='json',
|
340 |
title=title,
|