comdoleger commited on
Commit
e16f338
·
verified ·
1 Parent(s): 007e243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=400, min_width=400)
546
- back = gr.Image(image_mode='RGBA', type="pil", label="Background Image", height=400, width=400, min_width=400)
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():