Commit
·
ace3ff2
1
Parent(s):
615de65
output image format changed to png
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks(css=css) as demo:
|
|
55 |
info="Select the clothes type you wish to extract!")
|
56 |
|
57 |
output_image = gr.Image(label="Extracted clothes", type='pil', height="400px", show_label=True,
|
58 |
-
show_download_button=True)
|
59 |
|
60 |
with gr.Row():
|
61 |
submit_button = gr.Button("Submit", variant='primary', scale=1)
|
|
|
55 |
info="Select the clothes type you wish to extract!")
|
56 |
|
57 |
output_image = gr.Image(label="Extracted clothes", type='pil', height="400px", show_label=True,
|
58 |
+
show_download_button=True, format="png")
|
59 |
|
60 |
with gr.Row():
|
61 |
submit_button = gr.Button("Submit", variant='primary', scale=1)
|