Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,6 @@ with image_blocks as demo:
|
|
221 |
cloth_img = gr.Image(label='Garment Image', sources='upload', type="pil")
|
222 |
garment_des = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", label="Garment Description")
|
223 |
|
224 |
-
with gr.Column():
|
225 |
|
226 |
with gr.Column():
|
227 |
image_out = gr.Image(label="Output Image", elem_id="output-img", show_share_button=False)
|
|
|
221 |
cloth_img = gr.Image(label='Garment Image', sources='upload', type="pil")
|
222 |
garment_des = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", label="Garment Description")
|
223 |
|
|
|
224 |
|
225 |
with gr.Column():
|
226 |
image_out = gr.Image(label="Output Image", elem_id="output-img", show_share_button=False)
|