imenLa commited on
Commit
60af963
·
verified ·
1 Parent(s): 299936d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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[ ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) ](https://github.com/elevenlabs/elevenlabs-python)
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[ ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) ](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