Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,5 +50,5 @@ def find_best_matches(text):
|
|
50 |
#Gradio app
|
51 |
iface = gr.Interface(fn=find_best_matches, inputs=[gr.inputs.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",)],
|
52 |
theme = "dark",
|
53 |
-
outputs=gr.outputs.Carousel([gr.outputs.Image(type="pil")
|
54 |
enable_queue=True).launch()
|
|
|
50 |
#Gradio app
|
51 |
iface = gr.Interface(fn=find_best_matches, inputs=[gr.inputs.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",)],
|
52 |
theme = "dark",
|
53 |
+
outputs=gr.outputs.Carousel([gr.outputs.Image(type="pil")]),
|
54 |
enable_queue=True).launch()
|