mohbay commited on
Commit
f8d1f8b
·
verified ·
1 Parent(s): 9af39a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -334,7 +334,7 @@ def predict(text):
334
 
335
  title = "Enhanced Search with BM25"
336
  iface = gr.Interface(
337
- fn=predict1,
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,