Spaces:
Runtime error
Runtime error
Commit
•
7e52f35
1
Parent(s):
edf408e
Update app.py
Browse files
app.py
CHANGED
@@ -103,12 +103,12 @@ with gr.Blocks(css=css) as demo:
|
|
103 |
shuffled_items = gr.State()
|
104 |
title = gr.HTML(
|
105 |
'''<h1>LoRA Roulette 🎲</h1>
|
|
|
106 |
''',
|
107 |
elem_id="title"
|
108 |
)
|
109 |
with gr.Column():
|
110 |
with gr.Column(min_width=10, scale=16, elem_classes="plus_column"):
|
111 |
-
gr.HTML("<p>This 2 random LoRAs are loaded to SDXL, find a fun way to combine them 🎨</p>")
|
112 |
with gr.Row():
|
113 |
with gr.Column(min_width=10, scale=4, elem_classes="random_column"):
|
114 |
lora_1 = gr.Image(interactive=False, height=150, elem_classes="selected_random")
|
|
|
103 |
shuffled_items = gr.State()
|
104 |
title = gr.HTML(
|
105 |
'''<h1>LoRA Roulette 🎲</h1>
|
106 |
+
<p>This 2 random LoRAs are loaded into SDXL, can you find a fun way to combine them? 🎨</p>
|
107 |
''',
|
108 |
elem_id="title"
|
109 |
)
|
110 |
with gr.Column():
|
111 |
with gr.Column(min_width=10, scale=16, elem_classes="plus_column"):
|
|
|
112 |
with gr.Row():
|
113 |
with gr.Column(min_width=10, scale=4, elem_classes="random_column"):
|
114 |
lora_1 = gr.Image(interactive=False, height=150, elem_classes="selected_random")
|