Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from arabic_pronounce import phonetise
|
|
7 |
import soundfile as sf
|
8 |
|
9 |
|
10 |
-
title = "Tunisian Text To Speech"
|
11 |
|
12 |
description = """
|
13 |
This is a demo for our Tunisian TTS system. You can write your dicritized tunisian text to synthesis the corresponding speech.
|
@@ -23,7 +23,7 @@ Authors :
|
|
23 |
* [Rami Kammoun](https://www.linkedin.com/in/rami-kammoun/)
|
24 |
* [Fethi Bougares](https://www.linkedin.com/in/fethi-bougares/)
|
25 |
|
26 |
-
More implementation details could be found in[  ](https://github.com/
|
27 |
More in-depth details and insights are available in a released preprint. Please find the paper [here](paper_link).
|
28 |
If you use or refer to this model, please cite :
|
29 |
|
|
|
7 |
import soundfile as sf
|
8 |
|
9 |
|
10 |
+
title = " Tunisian Text To Speech"
|
11 |
|
12 |
description = """
|
13 |
This is a demo for our Tunisian TTS system. You can write your dicritized tunisian text to synthesis the corresponding speech.
|
|
|
23 |
* [Rami Kammoun](https://www.linkedin.com/in/rami-kammoun/)
|
24 |
* [Fethi Bougares](https://www.linkedin.com/in/fethi-bougares/)
|
25 |
|
26 |
+
More implementation details could be found in[  ](https://github.com/elyadata/TunArTTS/tree/develop)
|
27 |
More in-depth details and insights are available in a released preprint. Please find the paper [here](paper_link).
|
28 |
If you use or refer to this model, please cite :
|
29 |
|