cmahima commited on
Commit
644436e
1 Parent(s): 04dd147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ with image_blocks as demo:
293
  with gr.Row():
294
  prompt = gr.Textbox(placeholder="Description of garment ex) Yellow Top", show_label=False, elem_id="prompt")
295
  fetch_button = gr.Button("Fetch Products")
296
- image_gallery = gr.Gallery(label="Fetched Images").style(grid=[3], height="200px")
297
  price_display = gr.Textbox(label="Price of Selected Image", interactive=False)
298
  url_display = gr.Markdown()
299
  with gr.Column():
 
293
  with gr.Row():
294
  prompt = gr.Textbox(placeholder="Description of garment ex) Yellow Top", show_label=False, elem_id="prompt")
295
  fetch_button = gr.Button("Fetch Products")
296
+ image_gallery = gr.Gallery(label="Fetched Images")
297
  price_display = gr.Textbox(label="Price of Selected Image", interactive=False)
298
  url_display = gr.Markdown()
299
  with gr.Column():