imenLa commited on
Commit
ab9af27
ยท
verified ยท
1 Parent(s): 086c039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -5
app.py CHANGED
@@ -11,9 +11,9 @@ title = "Tunisian Text To Speech"
11
 
12
  description = """ If you need help, feel free to drop an email here : zaiemsalah@gmail.com
13
  Authors :
14
- * [Imen Laouirine](https://fr.linkedin.com/in/salah-zaiem)
15
- * [Rami Kammoun](https://www.linkedin.com/in/aabenz/)
16
- * [Fethi Bougares](https://www.linkedin.com/in/ata-kaboudi-63365b1a8)
17
 
18
  More in-depth details and insights are available in a released preprint. Please find the paper [here](paper_link).
19
  If you use or refer to this model, please cite :
@@ -29,8 +29,12 @@ If you use or refer to this model, please cite :
29
  """
30
 
31
  examples = [
32
- ["ู…ูŽุดูŽุงุนูุฑู’ ู‚ู’ูˆููŠู‘ูŽุฉ ู…ูŽุดูŽุงุนูุฑู’ ู‚ู’ูˆููŠู‘ูŽุฉ ู…ูŽุดูŽุงุนูุฑู’ ู‚ู’ูˆููŠู‘ูŽุฉ ูŠู’ูƒูู†ู‘ู’ู„ููˆ ู…ูŽุดูŽุงุนูุฑู’ ู‚ู’ูˆููŠู‘ูŽุฉ ูŠู’ูƒูู†ู‘ู’ู„ููˆ ู…ูŽุดูŽุงุนูุฑู’ ู‚ู’ูˆููŠู‘ูŽุฉ"],
33
- ["ู…ู’ุทูŽุฑู’ ู…ูŽุงุฑูุณู’ ุฐู’ู‡ูŽุจู’ ุฎูŽุงู„ูุตู’"],
 
 
 
 
34
  ]
35
 
36
 
 
11
 
12
  description = """ If you need help, feel free to drop an email here : zaiemsalah@gmail.com
13
  Authors :
14
+ * [Imen Laouirine](https://www.linkedin.com/in/imen-laouirine-9a557b209)
15
+ * [Rami Kammoun](https://www.linkedin.com/in/rami-kammoun/)
16
+ * [Fethi Bougares](https://www.linkedin.com/in/fethi-bougares/)
17
 
18
  More in-depth details and insights are available in a released preprint. Please find the paper [here](paper_link).
19
  If you use or refer to this model, please cite :
 
29
  """
30
 
31
  examples = [
32
+ ["ูŠู’ูƒูู†ู‘ู’ู„ููˆ ู…ูŽุดูŽุงุนูุฑู’ ู‚ู’ูˆููŠู‘ูŽุฉ ูŠู’ูƒูู†ู‘ู’ู„ููˆ ู…ูŽุดูŽุงุนูุฑู’ ู‚ู’ูˆููŠู‘ูŽุฉ"],
33
+ ["ุฎููˆุฐู’ ุงู„ุนูู„ู’ู…ู’ ู…ูู†ู’ ุฑููˆุณู’ ุงู„ูู’ูƒูŽุงุฑูู†ู’"],
34
+ ["ุณูŽุงุฑูŽู‚ู’ ูˆู’ูููŠ ูŠูุฏู‘ููˆ ุดูŽู…ู’ุนูŽุฉ"],
35
+ ["ุตูŽุงู…ู’ ู†ู’ู‡ูŽุงุฑู’ ู…ูู†ู’ ุฑูู…ู’ุถูŽุงู†ู’ุŒ ู‚ูŽุงู„ู’ ุงู„ุนููŠุฏู’ ุขุดู’ ู…ูŽุงุฒูŽุงู„ููˆุŸ"],
36
+ ["ุถูŽุญู’ูƒููˆู„ููˆ ุชู’ู…ูŽุฏู’ ุนู’ู„ูŽู‰ ุทููˆู„ููˆ"],
37
+ ["ุนูŽุงุฑููƒู’ ูˆู’ุฎูŽู„ู‘ููŠ ู„ูู„ู’ุตูู„ู’ุญู’ ู…ู’ูƒูŽุงู†ู’"]
38
  ]
39
 
40