multimodalart HF staff commited on
Commit
4c4a4b3
1 Parent(s): c198f03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -421,9 +421,9 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
421
  with gr.Column(scale=7):
422
  selected_info_1 = gr.Markdown("Select a LoRA 1")
423
  with gr.Row():
424
- with gr.Column(scale=2):
425
  lora_scale_1 = gr.Slider(label="LoRA 1 Scale", minimum=0, maximum=3, step=0.01, value=0.95)
426
- with gr.Column(scale=1):
427
  remove_button_1 = gr.Button("Remove")
428
  with gr.Column(scale=8):
429
  with gr.Row():
@@ -432,9 +432,9 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
432
  with gr.Column(scale=7):
433
  selected_info_2 = gr.Markdown("Select a LoRA 2")
434
  with gr.Row():
435
- with gr.Column(scale=2):
436
  lora_scale_2 = gr.Slider(label="LoRA 2 Scale", minimum=0, maximum=3, step=0.01, value=0.95)
437
- with gr.Column(scale=1):
438
  remove_button_2 = gr.Button("Remove")
439
  with gr.Row():
440
  with gr.Column():
 
421
  with gr.Column(scale=7):
422
  selected_info_1 = gr.Markdown("Select a LoRA 1")
423
  with gr.Row():
424
+ with gr.Column(scale=2, min_width=50):
425
  lora_scale_1 = gr.Slider(label="LoRA 1 Scale", minimum=0, maximum=3, step=0.01, value=0.95)
426
+ with gr.Column(scale=1, min_width=50):
427
  remove_button_1 = gr.Button("Remove")
428
  with gr.Column(scale=8):
429
  with gr.Row():
 
432
  with gr.Column(scale=7):
433
  selected_info_2 = gr.Markdown("Select a LoRA 2")
434
  with gr.Row():
435
+ with gr.Column(scale=2, min_width=50):
436
  lora_scale_2 = gr.Slider(label="LoRA 2 Scale", minimum=0, maximum=3, step=0.01, value=0.95)
437
+ with gr.Column(scale=1, min_width=50):
438
  remove_button_2 = gr.Button("Remove")
439
  with gr.Row():
440
  with gr.Column():