cmahima commited on
Commit
4fa0c93
1 Parent(s): 74c1ca8

remove comments

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -306,9 +306,7 @@ with image_blocks as demo:
306
  price_display = gr.Textbox(label="Prices of Images", interactive=False, visible=False)
307
  url_display = gr.Textbox(label="URLs of Images", interactive=False, visible=False)
308
  with gr.Column():
309
- # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
310
- masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
311
- # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
312
  image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
313
  try_button = gr.Button(value="Try-on")
314
  buy_link = gr.Textbox(label="URL of Selected Image", interactive=False, visible=False)
 
306
  price_display = gr.Textbox(label="Prices of Images", interactive=False, visible=False)
307
  url_display = gr.Textbox(label="URLs of Images", interactive=False, visible=False)
308
  with gr.Column():
309
+ masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
 
 
310
  image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
311
  try_button = gr.Button(value="Try-on")
312
  buy_link = gr.Textbox(label="URL of Selected Image", interactive=False, visible=False)