Commit
·
0d23c84
1
Parent(s):
0f8e883
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,8 +105,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 105 |
''',
|
| 106 |
elem_id="title"
|
| 107 |
)
|
| 108 |
-
with gr.
|
| 109 |
-
with gr.
|
| 110 |
gr.HTML("<p>This 2 random LoRAs are loaded to SDXL, find a fun way to combine them 🎨</p>")
|
| 111 |
with gr.Row():
|
| 112 |
with gr.Column(min_width=10, scale=8, elem_classes="random_column"):
|
|
@@ -119,7 +119,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 119 |
lora_2_prompt = gr.Markdown(visible=False)
|
| 120 |
with gr.Column(min_width=10, scale=1, elem_classes="plus_column"):
|
| 121 |
equal = gr.HTML("=", elem_classes="plus_button")
|
| 122 |
-
with gr.
|
| 123 |
with gr.Box():
|
| 124 |
with gr.Row():
|
| 125 |
prompt = gr.Textbox(label="Your prompt", show_label=False, interactive=True, elem_id="prompt")
|
|
|
|
| 105 |
''',
|
| 106 |
elem_id="title"
|
| 107 |
)
|
| 108 |
+
with gr.Column():
|
| 109 |
+
with gr.Column(min_width=10, scale=16, elem_classes="plus_column"):
|
| 110 |
gr.HTML("<p>This 2 random LoRAs are loaded to SDXL, find a fun way to combine them 🎨</p>")
|
| 111 |
with gr.Row():
|
| 112 |
with gr.Column(min_width=10, scale=8, elem_classes="random_column"):
|
|
|
|
| 119 |
lora_2_prompt = gr.Markdown(visible=False)
|
| 120 |
with gr.Column(min_width=10, scale=1, elem_classes="plus_column"):
|
| 121 |
equal = gr.HTML("=", elem_classes="plus_button")
|
| 122 |
+
with gr.Column(min_width=10, scale=14):
|
| 123 |
with gr.Box():
|
| 124 |
with gr.Row():
|
| 125 |
prompt = gr.Textbox(label="Your prompt", show_label=False, interactive=True, elem_id="prompt")
|