mirror of
https://github.com/liuhaozhe6788/voice-cloning-collab.git
synced 2026-05-18 05:04:51 +02:00
update HTML
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 37 KiB |
11
index.html
11
index.html
@@ -27,6 +27,9 @@
|
||||
<div class="text-center">
|
||||
<h1>Real-Time Voice Cloning v2</h1>
|
||||
</div>
|
||||
<br>
|
||||
paper: <a href="https://arxiv.org/pdf/1806.04558.pdf">https://arxiv.org/pdf/1806.04558.pdf</a>
|
||||
<br>
|
||||
<br>
|
||||
code: <a href="https://github.com/liuhaozhe6788/voice-cloning-collab">https://github.com/liuhaozhe6788/voice-cloning-collab</a>
|
||||
<br>
|
||||
@@ -37,18 +40,20 @@
|
||||
<body>
|
||||
<p style="text-align: center;">
|
||||
<img src="docs/images/voice_cloning_arch.png" height="400" width="800">
|
||||
<br>
|
||||
The architecture is the same as that in the paper.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="container pt-5 mt-5 shadow p-5 mb-5 bg-white rounded">
|
||||
<h2 id="ljspeech-samples" style="text-align: center;">LJSpeech Samples</h2>
|
||||
<h2 id="libriSpeech test-samples" style="text-align: center;">LJSpeech Samples</h2>
|
||||
<div class="table-responsive pt-3">
|
||||
<table class="table table-hover pt-2">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: center">Text</th>
|
||||
<th style="text-align: center">Speaker Prompt</th>
|
||||
<th style="text-align: center">LJSpeech Model</th>
|
||||
<th style="text-align: center">Text</th>
|
||||
<th style="text-align: center">Generated Audio</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user