Spaces:
Runtime error
Runtime error
remove comments
Browse files
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 |
-
|
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)
|