Spaces:
Runtime error
Runtime error
fix bug
Browse files
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 |
-
|
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():
|