We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95a883 commit f82c3b3Copy full SHA for f82c3b3
tts_app/static/js/index.js
@@ -102,6 +102,7 @@ function getLink() {
102
style_weight = document.getElementById('input_style_weight3').value;
103
url += "/voice/bert-vits2?id=" + id;
104
} else if (currentModelPage == 4) {
105
+ streaming = document.getElementById('streaming4');
106
prompt_text = document.getElementById('input_prompt_text4').value;
107
prompt_lang = document.getElementById('input_prompt_lang4').value;
108
preset = document.getElementById('input_preset4').value;
0 commit comments