Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -542,8 +542,8 @@ with block:
|
|
542 |
with gr.Row():
|
543 |
gr.Markdown("### FAI Fuzer medium: Composite Photography in various styles in less than 2 minutes!")
|
544 |
with gr.Row():
|
545 |
-
fore = gr.Image(image_mode='RGBA', type="pil", label="Foreground Image", height=400, width=
|
546 |
-
back = gr.Image(image_mode='RGBA', type="pil", label="Background Image", height=400, width=
|
547 |
# with gr.Column():
|
548 |
result_gallery = gr.Image(label='Output', min_width=400) #gr.Gallery(height=400, object_fit='contain', label='Outputs')
|
549 |
with gr.Row():
|
|
|
542 |
with gr.Row():
|
543 |
gr.Markdown("### FAI Fuzer medium: Composite Photography in various styles in less than 2 minutes!")
|
544 |
with gr.Row():
|
545 |
+
fore = gr.Image(image_mode='RGBA', type="pil", label="Foreground Image", height=400, width=250, min_width=250)
|
546 |
+
back = gr.Image(image_mode='RGBA', type="pil", label="Background Image", height=400, width=250, min_width=250)
|
547 |
# with gr.Column():
|
548 |
result_gallery = gr.Image(label='Output', min_width=400) #gr.Gallery(height=400, object_fit='contain', label='Outputs')
|
549 |
with gr.Row():
|