Pendrokar commited on
Commit
d38cf13
·
verified ·
1 Parent(s): d8f4b49

jbo => jb

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "jbo",
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['jbo']; the language of input_text
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: