macgaga commited on
Commit
39dcf95
·
verified ·
1 Parent(s): 1d77b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -841,8 +841,10 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_ca
841
  lora_scale_2 = gr.Slider(label="LoRA 2 Scale", minimum=0, maximum=3, step=0.01, value=1.15)
842
  with gr.Row():
843
  remove_button_2 = gr.Button("Remove", size="sm")
 
 
844
  with gr.Row():
845
- with gr.Column():
846
  selected_info = gr.Markdown("")
847
  # Die Galerie wird angepasst:
848
  gallery = gr.Gallery(
 
841
  lora_scale_2 = gr.Slider(label="LoRA 2 Scale", minimum=0, maximum=3, step=0.01, value=1.15)
842
  with gr.Row():
843
  remove_button_2 = gr.Button("Remove", size="sm")
844
+ )
845
+
846
  with gr.Row():
847
+ with gr.Column():
848
  selected_info = gr.Markdown("")
849
  # Die Galerie wird angepasst:
850
  gallery = gr.Gallery(