Spaces:
Runtime error
Runtime error
Commit
·
27a6b11
1
Parent(s):
0ef4d71
Update app.py
Browse files
app.py
CHANGED
@@ -305,7 +305,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
305 |
def reset_do_inversion():
|
306 |
return True
|
307 |
|
308 |
-
gr.HTML("""<img style="margin: 0 auto; width:
|
309 |
gr.HTML("""<img style="margin: 0 auto; width: 300px; margin-bottom: .5em; margin-top:-35px" src="https://i.imgur.com/hvZOBzY.png" alt="LEDITS SDXL LoRA Photobooth">""")
|
310 |
#gr.HTML("""<img class="background-printing" style="display: none" src="https://i.imgur.com/gqXjjP0.jpg" /> """, elem_id="background_printing_wrapper")
|
311 |
with gr.Box(elem_id="total_box"):
|
|
|
305 |
def reset_do_inversion():
|
306 |
return True
|
307 |
|
308 |
+
gr.HTML("""<img style="margin: 0 auto; width: 180px;" src="https://i.imgur.com/zDcvSbg.png" alt="LEDITS SDXL LoRA Photobooth">""")
|
309 |
gr.HTML("""<img style="margin: 0 auto; width: 300px; margin-bottom: .5em; margin-top:-35px" src="https://i.imgur.com/hvZOBzY.png" alt="LEDITS SDXL LoRA Photobooth">""")
|
310 |
#gr.HTML("""<img class="background-printing" style="display: none" src="https://i.imgur.com/gqXjjP0.jpg" /> """, elem_id="background_printing_wrapper")
|
311 |
with gr.Box(elem_id="total_box"):
|