Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(css=".output-image, .input-image, .image-preview {height: 400px !
|
|
79 |
])
|
80 |
with gr.Column():
|
81 |
run_button = gr.Button(value="Run")
|
82 |
-
gallery = gr.Image(
|
83 |
run_button.click(fn=get_tryon_result,
|
84 |
inputs=[
|
85 |
init_image,
|
|
|
79 |
])
|
80 |
with gr.Column():
|
81 |
run_button = gr.Button(value="Run")
|
82 |
+
gallery = gr.Image(width=512, height=768)
|
83 |
run_button.click(fn=get_tryon_result,
|
84 |
inputs=[
|
85 |
init_image,
|