Spaces:
Sleeping
Sleeping
patrickligardes
commited on
Commit
β’
df1bcae
1
Parent(s):
9f2f4da
Update app.py
Browse files
app.py
CHANGED
@@ -280,7 +280,7 @@ with image_blocks as demo:
|
|
280 |
gr.Markdown("VirtualFIT Demo")
|
281 |
with gr.Row():
|
282 |
with gr.Column():
|
283 |
-
imgs = gr.
|
284 |
with gr.Row():
|
285 |
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
|
286 |
with gr.Row():
|
|
|
280 |
gr.Markdown("VirtualFIT Demo")
|
281 |
with gr.Row():
|
282 |
with gr.Column():
|
283 |
+
imgs = gr.Image(label="Person Image", sources='upload', type="pil")
|
284 |
with gr.Row():
|
285 |
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
|
286 |
with gr.Row():
|