Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks() as app:
|
|
143 |
search_image_id = gr.State(None)
|
144 |
|
145 |
with gr.Row(visible=True):
|
146 |
-
output_images = gr.Gallery(allow_preview=False, label='Results.. ',
|
147 |
value=[], columns=5, rows=2)
|
148 |
|
149 |
output_image_ids = gr.State([])
|
|
|
143 |
search_image_id = gr.State(None)
|
144 |
|
145 |
with gr.Row(visible=True):
|
146 |
+
output_images = gr.Gallery(allow_preview=False, label='Results.. ',
|
147 |
value=[], columns=5, rows=2)
|
148 |
|
149 |
output_image_ids = gr.State([])
|