ayymen commited on
Commit
e707d6a
·
verified ·
1 Parent(s): f194fff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,13 +14,13 @@ my_description = "This model is based on [VITS](https://github.com/jaywalnut310/
14
  my_examples = [
15
  ["ⴰⵣⵓⵍ. ⵎⴰⵏⵣⴰⴽⵉⵏ?"],
16
  ["ⵡⴰ ⵜⴰⵎⵖⴰⵔⵜ ⵎⴰ ⴷ ⵓⴽⴰⵏ ⵜⵙⴽⵔⵜ?"],
17
- ["ⴳⵏ! ⴰⴷ ⴰⴽ ⵉⵙⵙⴳⵏ ⵕⴱⴱⵉ ⵉⵜⵜⵓ ⴽ."],
18
  ["ⴰⵔⵔⴰⵡ ⵏ ⵍⵀⵎⵎ ⵢⵓⴽⵔ ⴰⵖ ⵉⵀⴷⵓⵎⵏ ⵏⵏⵖ!"]
19
  ]
20
 
21
  my_inputs = [
22
  gr.Textbox(lines=5, label="Input Text"),
23
- gr.Checkbox(label="Split Sentences", value=True)
24
  ]
25
 
26
  my_outputs = gr.Audio(type="filepath", label="Output Audio")
 
14
  my_examples = [
15
  ["ⴰⵣⵓⵍ. ⵎⴰⵏⵣⴰⴽⵉⵏ?"],
16
  ["ⵡⴰ ⵜⴰⵎⵖⴰⵔⵜ ⵎⴰ ⴷ ⵓⴽⴰⵏ ⵜⵙⴽⵔⵜ?"],
17
+ ["ⴳⵏ ⴰⴷ ⴰⴽ ⵉⵙⵙⴳⵏ ⵕⴱⴱⵉ ⵉⵜⵜⵓ ⴽ."],
18
  ["ⴰⵔⵔⴰⵡ ⵏ ⵍⵀⵎⵎ ⵢⵓⴽⵔ ⴰⵖ ⵉⵀⴷⵓⵎⵏ ⵏⵏⵖ!"]
19
  ]
20
 
21
  my_inputs = [
22
  gr.Textbox(lines=5, label="Input Text"),
23
+ gr.Checkbox(label="Split Sentences (each sentence will be generated separately)", value=True)
24
  ]
25
 
26
  my_outputs = gr.Audio(type="filepath", label="Output Audio")