cmahima commited on
Commit
74c1ca8
1 Parent(s): 81b03b1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ with image_blocks as demo:
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)
315
  buy_button = gr.Button(value="Like it? Click to buy")
316
  output = gr.HTML()
317
  with gr.Column():
 
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)
315
  buy_button = gr.Button(value="Like it? Click to buy")
316
  output = gr.HTML()
317
  with gr.Column():