EvgenyK commited on
Commit
fbb89ca
·
1 Parent(s): 8287e38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"), gr.outputs.Image(type="pil"), 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()