Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -370,7 +370,7 @@ with block:
|
|
370 |
<center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here!:</a></h2></center>""")
|
371 |
|
372 |
with gr.Row():
|
373 |
-
imgholder = gr.Image(visible=
|
374 |
gr.Examples(
|
375 |
fn=lambda *args: [args[-1]],
|
376 |
examples=example_list,
|
|
|
370 |
<center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here!:</a></h2></center>""")
|
371 |
|
372 |
with gr.Row():
|
373 |
+
imgholder = gr.Image(visible=False, label='Outputs')
|
374 |
gr.Examples(
|
375 |
fn=lambda *args: [args[-1]],
|
376 |
examples=example_list,
|