Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ iface = gr.Interface(
|
|
46 |
],
|
47 |
outputs=[
|
48 |
gr.outputs.Textbox(label="Result 1"),
|
49 |
-
gr.outputs.Textbox(label="Result 2),
|
50 |
gr.outputs.Textbox(label="Result 3")
|
51 |
],
|
52 |
title="Camembert and Faiss-powered Search Engine",
|
|
|
46 |
],
|
47 |
outputs=[
|
48 |
gr.outputs.Textbox(label="Result 1"),
|
49 |
+
gr.outputs.Textbox(label="Result 2"),
|
50 |
gr.outputs.Textbox(label="Result 3")
|
51 |
],
|
52 |
title="Camembert and Faiss-powered Search Engine",
|