cmahima commited on
Commit
55e4dd9
1 Parent(s): 644436e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ with image_blocks as demo:
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():
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)
 
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)