ayymen hbouqssi commited on
Commit
8540b99
1 Parent(s): 5b9aa0e

New Tachelhit sentences. (#1)

Browse files

- New Tachelhit sentences. (57dbbab0e145179056b6ae28306066e8f51c0975)


Co-authored-by: hamza bouqssim <[email protected]>

Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -20,8 +20,9 @@ def tts(text, variant):
20
  audio = model.synthesis(text)
21
  return (audio['sampling_rate'], audio['x'])
22
 
23
- examples = [["wala manis a-ttidun?", "Tachelhit"],
24
- ["ġ-iḍ-an ġ-ilul-umsiggel, illas lḥal s-umdlu isemmiḍn.", "Tachelhit"],
 
25
  ["Egg lxir di timura, ad tafed di tiwwura.", "Tarifit (Latin script)"],
26
  ["Aqemmum iqnen ur ṯ-ttidfen izan.", "Tarifit (Latin script)"]]
27
 
 
20
  audio = model.synthesis(text)
21
  return (audio['sampling_rate'], audio['x'])
22
 
23
+ examples = [["arraw n lhem yukr aġ ihdumn nġ", "Tachelhit"],
24
+ ["wa tamġart ma d ukan teskart ?", "Tachelhit"],
25
+ ["ar d iṭṭar unẓar, ffuġn d igḍaḍ, mmġin d ijjign", "Tachelhit"],
26
  ["Egg lxir di timura, ad tafed di tiwwura.", "Tarifit (Latin script)"],
27
  ["Aqemmum iqnen ur ṯ-ttidfen izan.", "Tarifit (Latin script)"]]
28