onecxi commited on
Commit
09d0e5e
·
verified ·
1 Parent(s): 2615cf2

updated sample audio

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -15,6 +15,14 @@ This model is trained using **IndicTTS dataset** with Telugu female speaker.
15
 
16
  **mms-telugu-female-indic**: **Telugu model with Telugu female speaker** from the IndicTTS dataset.
17
 
 
 
 
 
 
 
 
 
18
  ## Inference
19
 
20
  To use these models for inference, you'll need to install the `transformers` and `accelerate` libraries.
 
15
 
16
  **mms-telugu-female-indic**: **Telugu model with Telugu female speaker** from the IndicTTS dataset.
17
 
18
+ ## Sample Examples
19
+
20
+ | Text | Synthesized Audio |
21
+ |------------|------------|
22
+ | ఈ పనిని పూర్తి చేయడానికి రెండు రోజులు పడుతుంది. నేను మీకు సహాయం చేయగలను. | <audio controls src="https://huggingface.co/datasets/onecxi/cxi-sample-data/resolve/main/tts-examples/mms-telugu-female-indic/telugu_example_1.wav"></audio> |
23
+ | ఈ పుస్తకం నాకు చాలా నచ్చింది. ఇందులో కొత్త విషయాలు చాలా ఉన్నాయి. | <audio controls src="https://huggingface.co/datasets/onecxi/cxi-sample-data/resolve/main/tts-examples/mms-telugu-female-indic/telugu_example_2.wav"></audio> |
24
+ | నేను రేపు ఉదయం పది గంటలకు బయలుదేరుతాను. మీరు రాగలరా? | <audio controls src="https://huggingface.co/datasets/onecxi/cxi-sample-data/resolve/main/tts-examples/mms-telugu-female-indic/telugu_example_3.wav"></audio> |
25
+
26
  ## Inference
27
 
28
  To use these models for inference, you'll need to install the `transformers` and `accelerate` libraries.