Spaces:
Sleeping
Sleeping
jbo => jb
Browse files
app.py
CHANGED
|
@@ -354,7 +354,7 @@ class BlocksDemo:
|
|
| 354 |
self,
|
| 355 |
input_text: str = "coi rodo",
|
| 356 |
voice: str = "x_selpahi",
|
| 357 |
-
lang: str = "
|
| 358 |
pacing: float = 1.0,
|
| 359 |
anger: float = 0.0,
|
| 360 |
happy: float = 0.0,
|
|
@@ -368,7 +368,7 @@ class BlocksDemo:
|
|
| 368 |
Args:
|
| 369 |
input_text: string; from which to create the audio
|
| 370 |
voice: Literal['x_selpahi']; the only viable Voice model filenames
|
| 371 |
-
lang: Literal['
|
| 372 |
pacing: float (numeric value between 0.5 and 2.0); Duration; 1.0 is default
|
| 373 |
|
| 374 |
Returns:
|
|
|
|
| 354 |
self,
|
| 355 |
input_text: str = "coi rodo",
|
| 356 |
voice: str = "x_selpahi",
|
| 357 |
+
lang: str = "jb",
|
| 358 |
pacing: float = 1.0,
|
| 359 |
anger: float = 0.0,
|
| 360 |
happy: float = 0.0,
|
|
|
|
| 368 |
Args:
|
| 369 |
input_text: string; from which to create the audio
|
| 370 |
voice: Literal['x_selpahi']; the only viable Voice model filenames
|
| 371 |
+
lang: Literal['jb']; the language of input_text
|
| 372 |
pacing: float (numeric value between 0.5 and 2.0); Duration; 1.0 is default
|
| 373 |
|
| 374 |
Returns:
|