30 lines
839 B
HTML
30 lines
839 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<h1>VALL-E Demo</h1>
|
|
<p>Below are some samples from my VALL-E implementation: <a href="https://git.ecker.tech/mrq/vall-e/">https://git.ecker.tech/mrq/vall-e/</a>. I do not consider these to be state of the art. Below are samples from LibriSpeech, comparing against the samples the original VALL-E demo sampled.</p>
|
|
<table>
|
|
<tr>
|
|
<th>Text</th>
|
|
<th>Prompt</th>
|
|
<th>Ground Truth</th>
|
|
<th>Our VALL-E</th>
|
|
<th>Original VALL-E</th>
|
|
<th>YourTTS</th>
|
|
</tr>
|
|
${ENTRIES}
|
|
</table>
|
|
<p>Below are some extra samples.</p>
|
|
<table>
|
|
<tr>
|
|
<th>Text</th>
|
|
<th>Prompt</th>
|
|
<th>Ground Truth</th>
|
|
<th>Our VALL-E</th>
|
|
</tr>
|
|
${SAMPLES}
|
|
</table>
|
|
</body>
|
|
</html> |