Spaces:
Running
Running
comdoleger
commited on
Commit
•
61a6f9a
1
Parent(s):
7a66ea4
Update app.py
Browse files
app.py
CHANGED
@@ -361,7 +361,7 @@ with block:
|
|
361 |
with gr.Row():
|
362 |
gr.Markdown("### F.ai Fuzer: Real Composite Photography in 2 minutes!")
|
363 |
with gr.Row():
|
364 |
-
fore = gr.Image(image_mode='RGBA', type="pil", label="Foreground Image", height=400)
|
365 |
with gr.Column():
|
366 |
result_gallery = gr.Image(label='Output') #gr.Gallery(height=400, object_fit='contain', label='Outputs')
|
367 |
with gr.Row():
|
@@ -407,7 +407,7 @@ with block:
|
|
407 |
<center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here!</a></h2></center>""")
|
408 |
|
409 |
with gr.Row():
|
410 |
-
dummy_image_for_outputs = gr.Image(visible=False, label='Result')
|
411 |
gr.Examples(
|
412 |
fn=lambda *args: [args[-1]],
|
413 |
examples=example_list,
|
|
|
361 |
with gr.Row():
|
362 |
gr.Markdown("### F.ai Fuzer: Real Composite Photography in 2 minutes!")
|
363 |
with gr.Row():
|
364 |
+
fore = gr.Image(image_mode='RGBA', type="pil", label="Foreground Image", height=400, width=400)
|
365 |
with gr.Column():
|
366 |
result_gallery = gr.Image(label='Output') #gr.Gallery(height=400, object_fit='contain', label='Outputs')
|
367 |
with gr.Row():
|
|
|
407 |
<center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here!</a></h2></center>""")
|
408 |
|
409 |
with gr.Row():
|
410 |
+
dummy_image_for_outputs = gr.Image(visible=False, label='Result', height=400, width=400)
|
411 |
gr.Examples(
|
412 |
fn=lambda *args: [args[-1]],
|
413 |
examples=example_list,
|