add project page url

This commit is contained in:
Risenafis 2024-06-09 12:19:09 +09:00
parent 305d60a28e
commit 2c171fdcfd
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ class SBVits2TtsProvider {
<label for="sbvits_reference_audio_path">reference_audio_path:</label>
<input id="sbvits_reference_audio_path" type="text" class="text_pole" maxlength="512" value="${this.defaultSettings.reference_audio_path}"/>
<p>
For more information, visit the
<a href="https://github.com/litagin02/Style-Bert-VITS2" target="_blank">Style-Bert-VITS2 project page</a>.
</p>
`;
return html;