WariHima commited on
Commit
5cab7e4
·
verified ·
1 Parent(s): 5fe56ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -269,7 +269,7 @@ Use Duration Scale for small adjustments or Seconds for exact manual control.
269
  label="Duration Scale",
270
  minimum=0.5,
271
  maximum=1.5,
272
- value=1.0,
273
  step=0.01,
274
  )
275
 
@@ -283,7 +283,7 @@ Use Duration Scale for small adjustments or Seconds for exact manual control.
283
  label="CFG Scale Text",
284
  minimum=0.0,
285
  maximum=10.0,
286
- value=3.0,
287
  step=0.1,
288
  )
289
  cfg_scale_speaker = gr.Slider(
 
269
  label="Duration Scale",
270
  minimum=0.5,
271
  maximum=1.5,
272
+ value=0.5,
273
  step=0.01,
274
  )
275
 
 
283
  label="CFG Scale Text",
284
  minimum=0.0,
285
  maximum=10.0,
286
+ value=10,
287
  step=0.1,
288
  )
289
  cfg_scale_speaker = gr.Slider(