Update app.py
Browse files
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=
|
| 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=
|
| 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(
|