Spaces:
Runtime error
Runtime error
Commit
•
0b0be56
1
Parent(s):
1d5c6d0
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>Two LoRAs are loaded to SDXL at random, find a way to combine them
|
87 |
''',
|
88 |
elem_id="title"
|
89 |
)
|
|
|
83 |
shuffled_items = gr.State()
|
84 |
title = gr.HTML(
|
85 |
'''<h1>LoRA Roulette 🎲</h1>
|
86 |
+
<h4>Two LoRAs are loaded to SDXL at random, find a fun way to combine them 🎨</h4>
|
87 |
''',
|
88 |
elem_id="title"
|
89 |
)
|