Update app.py
Browse files
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://
|
| 15 |
-
* [Rami Kammoun](https://www.linkedin.com/in/
|
| 16 |
-
* [Fethi Bougares](https://www.linkedin.com/in/
|
| 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 |
|