Spaces:
Runtime error
Runtime error
Commit
·
46e0332
1
Parent(s):
e91d878
Update app.py
Browse files
app.py
CHANGED
@@ -311,7 +311,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
311 |
with gr.Box(elem_id="total_box"):
|
312 |
gr.HTML(
|
313 |
"""
|
314 |
-
<h3>Smile, take a pic 📷✨ and
|
315 |
""",
|
316 |
)
|
317 |
wts = gr.State()
|
|
|
311 |
with gr.Box(elem_id="total_box"):
|
312 |
gr.HTML(
|
313 |
"""
|
314 |
+
<h3>Smile, take a pic 📷✨ and it'll be inverted and edited using <a href="https://editing-images-project.static.hf.space/" target="_blank">LEDITS</a> and a random SDXL LoRA</h3>
|
315 |
""",
|
316 |
)
|
317 |
wts = gr.State()
|