Update table format
This commit is contained in:
parent
8c6a17b6bd
commit
a2ba420b25
26
README.md
26
README.md
|
@ -100,26 +100,26 @@ Parakeet also releases some well-trained parameters for the example models, whic
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
<audio id="audio" controls="" preload="none">
|
<audio id="audio" controls="" preload="none">
|
||||||
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_0.wav">
|
<source src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_0.wav">
|
||||||
</audio> <br>
|
</audio> <br>
|
||||||
<audio id="audio" controls="" preload="none">
|
<audio id="audio" controls="" preload="none">
|
||||||
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_1.wav">
|
<source src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_1.wav">
|
||||||
</audio><br>
|
</audio><br>
|
||||||
<audio id="audio" controls="" preload="none">
|
<audio id="audio" controls="" preload="none">
|
||||||
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_2.wav">
|
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_2.wav">
|
||||||
</audio><br>
|
</audio><br>
|
||||||
<audio id="audio" controls="" preload="none">
|
<audio id="audio" controls="" preload="none">
|
||||||
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_3.wav">
|
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_3.wav">
|
||||||
</audio><br>
|
</audio><br>
|
||||||
<audio id="audio" controls="" preload="none">
|
<audio id="audio" controls="" preload="none">
|
||||||
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_4.wav">
|
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_4.wav">
|
||||||
</audio>
|
</audio>
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
**Note:** The input samples are drawn from validation dataset that are not visible in training.
|
**Note:** The input samples are drawn from validation dataset that are not visible in training.
|
||||||
|
|
||||||
- TTS models
|
- TTS models
|
||||||
|
|
Loading…
Reference in New Issue