Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,7 +253,7 @@ with iface:
|
|
| 253 |
n_candidates = gr.Slider(
|
| 254 |
1,
|
| 255 |
3,
|
| 256 |
-
value=
|
| 257 |
step=1,
|
| 258 |
label="Automatic quality control. This number control the number of candidates (e.g., generate three audios and choose the best to show you). A Larger value usually lead to better quality with heavier computation",
|
| 259 |
)
|
|
|
|
| 253 |
n_candidates = gr.Slider(
|
| 254 |
1,
|
| 255 |
3,
|
| 256 |
+
value=3,
|
| 257 |
step=1,
|
| 258 |
label="Automatic quality control. This number control the number of candidates (e.g., generate three audios and choose the best to show you). A Larger value usually lead to better quality with heavier computation",
|
| 259 |
)
|