mitchsayre commited on
Commit
dc08417
·
1 Parent(s): 2aa7b71

Fix audio links

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -21,35 +21,41 @@ The repo is set up for standalone inference from the released model files. You d
21
 
22
  ### `mad_scientist_woman` surprise
23
 
24
- - Audio: [samples/08_mad_scientist_woman_surprise_080.wav](samples/08_mad_scientist_woman_surprise_080.wav)
25
  - Input text: "No, no, that's not possible. The formula should have crystallized, but it adapted instead. Do you realize what that means for the rest of my work?"
26
  - `sid`: `7`
27
  - `emotion`: `surprise`
28
  - `intensity`: `0.8`
29
 
30
- <audio controls src="samples/08_mad_scientist_woman_surprise_080.wav"></audio>
 
 
31
 
32
  ### `fun_hero_woman` joy
33
 
34
- - Audio: [samples/04_fun_hero_woman_joy_070.wav](samples/04_fun_hero_woman_joy_070.wav)
35
  - Input text: "Come on, keep up! The crowd is cheering."
36
  - `sid`: `3`
37
  - `emotion`: `joy`
38
  - `intensity`: `0.7`
39
 
40
- <audio controls src="samples/04_fun_hero_woman_joy_070.wav"></audio>
 
 
41
 
42
  ### `strong_hero_man` anger
43
 
44
- - Audio: [samples/05_strong_hero_man_anger_080.wav](samples/05_strong_hero_man_anger_080.wav)
45
  - Input text: "Enough. You had your warning, and you kept pushing innocent people around. Take one more step, and I end this."
46
  - `sid`: `4`
47
  - `emotion`: `anger`
48
  - `intensity`: `0.8`
49
 
50
- <audio controls src="samples/05_strong_hero_man_anger_080.wav"></audio>
 
 
51
 
52
- Find more examples in the [samples folder](samples).
53
 
54
  ## Inputs
55
 
 
21
 
22
  ### `mad_scientist_woman` surprise
23
 
24
+ - Audio: [samples/08_mad_scientist_woman_surprise_080.wav](https://huggingface.co/Wfloat/wfloat-tts/resolve/main/samples/08_mad_scientist_woman_surprise_080.wav)
25
  - Input text: "No, no, that's not possible. The formula should have crystallized, but it adapted instead. Do you realize what that means for the rest of my work?"
26
  - `sid`: `7`
27
  - `emotion`: `surprise`
28
  - `intensity`: `0.8`
29
 
30
+ <audio controls>
31
+ <source src="https://huggingface.co/Wfloat/wfloat-tts/resolve/main/samples/08_mad_scientist_woman_surprise_080.wav" type="audio/wav">
32
+ </audio>
33
 
34
  ### `fun_hero_woman` joy
35
 
36
+ - Audio: [samples/04_fun_hero_woman_joy_070.wav](https://huggingface.co/Wfloat/wfloat-tts/resolve/main/samples/04_fun_hero_woman_joy_070.wav)
37
  - Input text: "Come on, keep up! The crowd is cheering."
38
  - `sid`: `3`
39
  - `emotion`: `joy`
40
  - `intensity`: `0.7`
41
 
42
+ <audio controls>
43
+ <source src="https://huggingface.co/Wfloat/wfloat-tts/resolve/main/samples/04_fun_hero_woman_joy_070.wav" type="audio/wav">
44
+ </audio>
45
 
46
  ### `strong_hero_man` anger
47
 
48
+ - Audio: [samples/05_strong_hero_man_anger_080.wav](https://huggingface.co/Wfloat/wfloat-tts/resolve/main/samples/05_strong_hero_man_anger_080.wav)
49
  - Input text: "Enough. You had your warning, and you kept pushing innocent people around. Take one more step, and I end this."
50
  - `sid`: `4`
51
  - `emotion`: `anger`
52
  - `intensity`: `0.8`
53
 
54
+ <audio controls>
55
+ <source src="https://huggingface.co/Wfloat/wfloat-tts/resolve/main/samples/05_strong_hero_man_anger_080.wav" type="audio/wav">
56
+ </audio>
57
 
58
+ Find more examples in the [samples folder](https://huggingface.co/Wfloat/wfloat-tts/tree/main/samples).
59
 
60
  ## Inputs
61