cmahima commited on
Commit
3caa2ca
2 Parent(s): 5e38bbe 55e4dd9

Merge branch 'main' of https://huggingface.co/spaces/cmahima/virtual-tryon-demo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -293,9 +293,9 @@ 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.Textbox(label="URL of Selected Image", interactive=True)
299
  with gr.Column():
300
  # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
301
  masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
 
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.Textbox(label="URL of Selected Image", interactive=False)
299
  with gr.Column():
300
  # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
301
  masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)