Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,10 @@ pipeline_tag: text-to-speech
|
|
| 13 |
# Saudi TTS
|
| 14 |
A high-quality Text-to-Speech model for Saudi Arabic dialect.
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Quick Start
|
| 18 |
### Dependencies to install
|
|
@@ -52,7 +56,7 @@ gpt_cond_latent, speaker_embedding = model.get_conditioning_latents(audio_path=[
|
|
| 52 |
```python
|
| 53 |
from IPython.display import Audio, display
|
| 54 |
|
| 55 |
-
text = "
|
| 56 |
print("Inference...")
|
| 57 |
out = model.inference(
|
| 58 |
text,
|
|
|
|
| 13 |
# Saudi TTS
|
| 14 |
A high-quality Text-to-Speech model for Saudi Arabic dialect.
|
| 15 |
|
| 16 |
+
<audio controls>
|
| 17 |
+
<source src="https://huggingface.co/your-username/your-repo-name/resolve/main/sample_audio.wav" type="audio/wav">
|
| 18 |
+
</audio>
|
| 19 |
+
|
| 20 |
|
| 21 |
## Quick Start
|
| 22 |
### Dependencies to install
|
|
|
|
| 56 |
```python
|
| 57 |
from IPython.display import Audio, display
|
| 58 |
|
| 59 |
+
text = ".هذا مثال على النص العربي باللهجة السعودية"
|
| 60 |
print("Inference...")
|
| 61 |
out = model.inference(
|
| 62 |
text,
|