Spaces:
jbilcke-hf
/
Running on A10G

jbilcke-hf HF staff commited on
Commit
b44efcb
1 Parent(s): 99c8f9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks(css='style.css') as demo:
197
  minimum=10,
198
  maximum=100,
199
  step=1,
200
- value=50)
201
  with gr.Row(visible=False) as refiner_params:
202
  guidance_scale_refiner = gr.Slider(
203
  label='Guidance scale for refiner',
@@ -210,7 +210,7 @@ with gr.Blocks(css='style.css') as demo:
210
  minimum=10,
211
  maximum=100,
212
  step=1,
213
- value=50)
214
 
215
  use_negative_prompt.change(
216
  fn=lambda x: gr.update(visible=x),
 
197
  minimum=10,
198
  maximum=100,
199
  step=1,
200
+ value=25)
201
  with gr.Row(visible=False) as refiner_params:
202
  guidance_scale_refiner = gr.Slider(
203
  label='Guidance scale for refiner',
 
210
  minimum=10,
211
  maximum=100,
212
  step=1,
213
+ value=25)
214
 
215
  use_negative_prompt.change(
216
  fn=lambda x: gr.update(visible=x),