Fix audio player paths in README
Browse files
README.md
CHANGED
|
@@ -16,11 +16,11 @@ Examples (playable):
|
|
| 16 |
|
| 17 |
- **Sample 1** — "Cesare Pavese XXI. mendeko idazle italiar esanguratzuenetakoa da."
|
| 18 |
|
| 19 |
-
<audio controls src="sample_antton.wav">Your browser does not support the audio element.</audio>
|
| 20 |
|
| 21 |
- **Sample 2** — "Herriko errekan bakarrik korrika."
|
| 22 |
|
| 23 |
-
<audio controls src="sample_maider.wav">Your browser does not support the audio element.</audio>
|
| 24 |
|
| 25 |
Main modifications:
|
| 26 |
- [PL-BERT-eu](https://huggingface.co/HiTZ/PL-BERT-wp-eu): PL-BERT model trained with WordPiece tokenizer for phonemized Basque text.
|
|
|
|
| 16 |
|
| 17 |
- **Sample 1** — "Cesare Pavese XXI. mendeko idazle italiar esanguratzuenetakoa da."
|
| 18 |
|
| 19 |
+
<audio controls src="https://huggingface.co/HiTZ/StyleTTS2-eu/resolve/main/sample_antton.wav">Your browser does not support the audio element.</audio>
|
| 20 |
|
| 21 |
- **Sample 2** — "Herriko errekan bakarrik korrika."
|
| 22 |
|
| 23 |
+
<audio controls src="https://huggingface.co/HiTZ/StyleTTS2-eu/resolve/main/sample_maider.wav">Your browser does not support the audio element.</audio>
|
| 24 |
|
| 25 |
Main modifications:
|
| 26 |
- [PL-BERT-eu](https://huggingface.co/HiTZ/PL-BERT-wp-eu): PL-BERT model trained with WordPiece tokenizer for phonemized Basque text.
|