Spaces:
Running
Running
comdoleger
commited on
Commit
•
3a0fe10
1
Parent(s):
fed5b49
Update app.py
Browse files
app.py
CHANGED
@@ -406,8 +406,8 @@ with block:
|
|
406 |
<center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here!</a></h2></center>""")
|
407 |
|
408 |
with gr.Row():
|
409 |
-
with gr.Column():
|
410 |
-
imgholder = gr.Image(image_mode='RGBA', type="pil", height=
|
411 |
gr.Examples(
|
412 |
fn=lambda *args: [args[-1]],
|
413 |
examples=example_list,
|
|
|
406 |
<center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here!</a></h2></center>""")
|
407 |
|
408 |
with gr.Row():
|
409 |
+
with gr.Column(scale=0.15):
|
410 |
+
imgholder = gr.Image(image_mode='RGBA', type="pil", height=400, label='Outputs')
|
411 |
gr.Examples(
|
412 |
fn=lambda *args: [args[-1]],
|
413 |
examples=example_list,
|