Spaces:
vilarin
/
Running on Zero

vilarin commited on
Commit
c06e644
1 Parent(s): aac97b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -172,6 +172,7 @@ with gr.Blocks(css=CSS, js=JS, theme="Nymbo/Nymbo_Theme") as demo:
172
  step=1,
173
  value=1,
174
  )
 
175
  lora_scale = gr.Slider(
176
  label="LoRA Scale",
177
  minimum=0.1,
 
172
  step=1,
173
  value=1,
174
  )
175
+ with gr.Column(scale=1):
176
  lora_scale = gr.Slider(
177
  label="LoRA Scale",
178
  minimum=0.1,