Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -367,7 +367,7 @@ with block:
|
|
367 |
''')
|
368 |
|
369 |
gr.HTML("""
|
370 |
-
<center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here
|
371 |
|
372 |
with gr.Row():
|
373 |
imgholder = gr.Image(visible=False, label='Outputs')
|
@@ -375,8 +375,8 @@ with block:
|
|
375 |
fn=lambda *args: [args[-1]],
|
376 |
examples=example_list,
|
377 |
inputs=[
|
378 |
-
|
379 |
-
]
|
380 |
|
381 |
)
|
382 |
|
|
|
367 |
''')
|
368 |
|
369 |
gr.HTML("""
|
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')
|
|
|
375 |
fn=lambda *args: [args[-1]],
|
376 |
examples=example_list,
|
377 |
inputs=[
|
378 |
+
gr.Image(type="pil"), prompt, intensity, mode, refprompt, isrmbg, gr.Image(type="pil")
|
379 |
+
]
|
380 |
|
381 |
)
|
382 |
|