dbaranchuk commited on
Commit
feb9f84
·
verified ·
1 Parent(s): bd71dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(css=css) as demo:
94
  minimum=0.0,
95
  maximum=10.,
96
  step=0.5,
97
- value=6.,
98
  )
99
 
100
  with gr.Accordion("Advanced Settings", open=False):
@@ -145,7 +145,7 @@ with gr.Blocks(css=css) as demo:
145
  minimum=0.1,
146
  maximum=10,
147
  step=0.1,
148
- value=1,
149
  )
150
  if not apply_late_temperature:
151
  last_scale_temp = None
 
94
  minimum=0.0,
95
  maximum=10.,
96
  step=0.5,
97
+ value=4.,
98
  )
99
 
100
  with gr.Accordion("Advanced Settings", open=False):
 
145
  minimum=0.1,
146
  maximum=10,
147
  step=0.1,
148
+ value=0.1,
149
  )
150
  if not apply_late_temperature:
151
  last_scale_temp = None