vall-e/data/demo/index.template.html

27 lines
459 B
HTML

<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h1>VALL-E Demo</h1>
<p>${PREAMBLE}</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>${LIBRISPEECH_SAMPLES}
</table>
<table>
<tr>
<th>Text</th>
<th>Prompt</th>
<th>Ground Truth</th>
<th>Our VALL-E</th>
</tr>${DATASET_SAMPLES}
</table>
</body>
</html>