YatharthS commited on
Commit
efe3c16
·
verified ·
1 Parent(s): 9577e9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -19,4 +19,20 @@ MiraTTS is a high quality TTS model that can generate clear and realistic speech
19
  - Memory efficient: Works within 6gb vram.
20
  - Low latency: Latency can be low as 100ms.
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  Please check out the [github repo](https://github.com/ysharma3501/MiraTTS) for usage.
 
19
  - Memory efficient: Works within 6gb vram.
20
  - Low latency: Latency can be low as 100ms.
21
 
22
+ Random samples, non cherry picked:
23
+ <audio controls>
24
+ <source src="https://huggingface.co/YatharthS/MiraTTS/resolve/main/example2.wav" type="audio/wav">
25
+ Your browser does not support the audio element.
26
+ </audio>
27
+ <audio controls>
28
+ <source src="https://huggingface.co/YatharthS/MiraTTS/resolve/main/example3.wav" type="audio/wav">
29
+ Your browser does not support the audio element.
30
+ </audio>
31
+ <audio controls>
32
+ <source src="https://huggingface.co/YatharthS/MiraTTS/resolve/main/example1.wav" type="audio/wav">
33
+ Your browser does not support the audio element.
34
+ </audio>
35
+
36
+ If you find this model/code helpful, please give a like or star. Thank you.
37
+
38
  Please check out the [github repo](https://github.com/ysharma3501/MiraTTS) for usage.