Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
language: ar
|
4 |
base_model: coqui/XTTS-v2
|
5 |
pipeline_tag: text-to-speech
|
6 |
-
widget:
|
7 |
-
- text: 'صباح الخير.'
|
8 |
-
# - src: sample.flac
|
9 |
-
# output:
|
10 |
-
|
11 |
---
|
12 |
# EGTTS V0.1
|
13 |
EGTTS V0.1 is a cutting-edge text-to-speech (TTS) model specifically designed for Egyptian Arabic. Built on the XTTS v2 architecture, it transforms written Egyptian Arabic text into natural-sounding speech, enabling seamless communication in various applications such as voice assistants, educational tools, and chatbots.
|
|
|
1 |
---
|
2 |
+
widget:
|
3 |
+
- src: sample.flac
|
4 |
+
output:
|
5 |
+
text: "Hello my name is Julien"
|
6 |
license: mit
|
7 |
language: ar
|
8 |
base_model: coqui/XTTS-v2
|
9 |
pipeline_tag: text-to-speech
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
# EGTTS V0.1
|
12 |
EGTTS V0.1 is a cutting-edge text-to-speech (TTS) model specifically designed for Egyptian Arabic. Built on the XTTS v2 architecture, it transforms written Egyptian Arabic text into natural-sounding speech, enabling seamless communication in various applications such as voice assistants, educational tools, and chatbots.
|