Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|