Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
3a0c1de
1
Parent(s):
7ffee86
Update app.py
Browse files
app.py
CHANGED
@@ -432,11 +432,10 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
|
432 |
lora_image_1 = gr.Image(label="LoRA 1 Image", interactive=False, min_width=50, width=50, show_label=False, show_share_button=False, show_download_button=False, show_fullscreen_button=False, height=50)
|
433 |
with gr.Column(scale=7):
|
434 |
selected_info_1 = gr.Markdown("Select a LoRA 1")
|
435 |
-
|
436 |
-
with gr.Column(scale=2, min_width=50):
|
437 |
lora_scale_1 = gr.Slider(label="LoRA 1 Scale", minimum=0, maximum=3, step=0.01, value=0.95)
|
438 |
-
|
439 |
-
|
440 |
with gr.Column(scale=8):
|
441 |
with gr.Row():
|
442 |
with gr.Column(scale=0, min_width=50):
|
|
|
432 |
lora_image_1 = gr.Image(label="LoRA 1 Image", interactive=False, min_width=50, width=50, show_label=False, show_share_button=False, show_download_button=False, show_fullscreen_button=False, height=50)
|
433 |
with gr.Column(scale=7):
|
434 |
selected_info_1 = gr.Markdown("Select a LoRA 1")
|
435 |
+
with gr.Column(scale=3, min_width=50):
|
|
|
436 |
lora_scale_1 = gr.Slider(label="LoRA 1 Scale", minimum=0, maximum=3, step=0.01, value=0.95)
|
437 |
+
with gr.Row():
|
438 |
+
remove_button_1 = gr.Button("Remove", size="sm")
|
439 |
with gr.Column(scale=8):
|
440 |
with gr.Row():
|
441 |
with gr.Column(scale=0, min_width=50):
|