nkanungo commited on
Commit
b898f35
·
1 Parent(s): b572883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ gr.Interface(fn=find_best_matches,
105
  )],
106
  theme="grass",
107
  outputs=[gr.Gallery(label="Generated images", show_label=False, elem_id="gallery")],
108
- enable_queue=True,
109
  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."
111
  ).launch()
 
105
  )],
106
  theme="grass",
107
  outputs=[gr.Gallery(label="Generated images", show_label=False, elem_id="gallery")],
108
+ #enable_queue=True,
109
  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."
111
  ).launch()