Linoy Tsaban commited on
Commit
4948e56
·
1 Parent(s): 9a49741

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(css="style.css") as demo:
291
  return True
292
 
293
  gr.HTML("""<img style="margin: 0 auto; width: 180px; margin-bottom: .5em" src="https://i.imgur.com/A4BP6Lx.png" alt="LEDITS SDXL LoRA Photobooth">""")
294
- with gr.Box(elem_id="total_box") as demo:
295
  gr.HTML(
296
  """<h1>LEDITS SDXL LoRA Photobooth</h1>
297
  <h3>Smile, take a pic 📷✨ and <code>it'll be inverted on SDXL and a random SDXL LoRA will be applied</code></h3>
 
291
  return True
292
 
293
  gr.HTML("""<img style="margin: 0 auto; width: 180px; margin-bottom: .5em" src="https://i.imgur.com/A4BP6Lx.png" alt="LEDITS SDXL LoRA Photobooth">""")
294
+ with gr.Box(elem_id="total_box"):
295
  gr.HTML(
296
  """<h1>LEDITS SDXL LoRA Photobooth</h1>
297
  <h3>Smile, take a pic 📷✨ and <code>it'll be inverted on SDXL and a random SDXL LoRA will be applied</code></h3>