Spaces:
Sleeping
Sleeping
Commit ·
33f9644
1
Parent(s): a9424ff
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def process_output(output):
|
|
| 46 |
return "We found some great offers!", output
|
| 47 |
|
| 48 |
gr.Interface(
|
| 49 |
-
fn=
|
| 50 |
inputs=[
|
| 51 |
gr.Textbox(lines=1, placeholder="Type here..."),
|
| 52 |
gr.Dropdown(choices=["cosine", "jaccard"], label="Score Type"),
|
|
|
|
| 46 |
return "We found some great offers!", output
|
| 47 |
|
| 48 |
gr.Interface(
|
| 49 |
+
fn=main,
|
| 50 |
inputs=[
|
| 51 |
gr.Textbox(lines=1, placeholder="Type here..."),
|
| 52 |
gr.Dropdown(choices=["cosine", "jaccard"], label="Score Type"),
|