Spaces:
Runtime error
Runtime error
Commit
·
88dfda8
1
Parent(s):
ea9cf0a
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 83 |
shuffled_items = gr.State()
|
| 84 |
title = gr.HTML(
|
| 85 |
'''<h1>LoRA Roulette 🎲</h1>
|
| 86 |
-
<h4>
|
| 87 |
''',
|
| 88 |
elem_id="title"
|
| 89 |
)
|
|
|
|
| 83 |
shuffled_items = gr.State()
|
| 84 |
title = gr.HTML(
|
| 85 |
'''<h1>LoRA Roulette 🎲</h1>
|
| 86 |
+
<h4>This 2 LoRAs are loaded to SDXL at random, find a fun way to combine them 🎨</h4>
|
| 87 |
''',
|
| 88 |
elem_id="title"
|
| 89 |
)
|