Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
e8d856b
1
Parent(s):
5fc73f2
Update app.py
Browse files
app.py
CHANGED
@@ -290,10 +290,11 @@ with gr.Blocks(css="style.css") as demo:
|
|
290 |
def reset_do_inversion():
|
291 |
return True
|
292 |
|
293 |
-
gr.HTML("""<img style="margin: 0 auto; width:
|
|
|
294 |
with gr.Box(elem_id="total_box"):
|
295 |
gr.HTML(
|
296 |
-
"""
|
297 |
<h3>Smile, take a pic 📷✨ and <code>it'll be inverted on SDXL and a random SDXL LoRA will be applied</code></h3>
|
298 |
""",
|
299 |
)
|
@@ -386,10 +387,10 @@ with gr.Blocks(css="style.css") as demo:
|
|
386 |
inputs=[gr_sdxl_loras, gr_lora_index, input_image, sega_edited_image],
|
387 |
queue=False
|
388 |
)
|
389 |
-
gr.HTML('''
|
390 |
-
<h1>Hugging Face at</h1>
|
391 |
-
<img src="https://iccv2023.thecvf.com/img/LogoICCV23V04.svg" width="400" style="margin: 0 auto;" />
|
392 |
-
''', elem_id="iccv_logo")
|
393 |
|
394 |
|
395 |
demo.queue()
|
|
|
290 |
def reset_do_inversion():
|
291 |
return True
|
292 |
|
293 |
+
gr.HTML("""<img style="margin: 0 auto; width: 220px;" src="https://i.imgur.com/zDcvSbg.png" alt="LEDITS SDXL LoRA Photobooth">""")
|
294 |
+
gr.HTML("""<img style="margin: 0 auto; width: 300px; margin-bottom: .5em;" src="https://i.imgur.com/hvZOBzY.png" alt="LEDITS SDXL LoRA Photobooth">""")
|
295 |
with gr.Box(elem_id="total_box"):
|
296 |
gr.HTML(
|
297 |
+
"""
|
298 |
<h3>Smile, take a pic 📷✨ and <code>it'll be inverted on SDXL and a random SDXL LoRA will be applied</code></h3>
|
299 |
""",
|
300 |
)
|
|
|
387 |
inputs=[gr_sdxl_loras, gr_lora_index, input_image, sega_edited_image],
|
388 |
queue=False
|
389 |
)
|
390 |
+
# gr.HTML('''
|
391 |
+
# <h1>Hugging Face at</h1>
|
392 |
+
# <img src="https://iccv2023.thecvf.com/img/LogoICCV23V04.svg" width="400" style="margin: 0 auto;" />
|
393 |
+
# ''', elem_id="iccv_logo")
|
394 |
|
395 |
|
396 |
demo.queue()
|