Shivdutta commited on
Commit
6d38902
1 Parent(s): deaaff4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -105,8 +105,7 @@ gr.Interface(fn=find_best_matches,
105
  gr.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",
106
  )],
107
  theme="grass",
108
- outputs=[gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", scale=2)],
109
- enable_queue=True, title="CLIP Image Search",
110
  description="This application displays TOP THREE images from Unsplash dataset that best match the search query provided by the user. Moreover, the input can be provided via two modes ie text or image form.").launch()
111
 
112
 
 
105
  gr.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",
106
  )],
107
  theme="grass",
108
+ outputs=[gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", scale=2)],title="CLIP Image Search",
 
109
  description="This application displays TOP THREE images from Unsplash dataset that best match the search query provided by the user. Moreover, the input can be provided via two modes ie text or image form.").launch()
110
 
111