Skip to content

Commit f82c3b3

Browse files
committed
Fix index
1 parent e95a883 commit f82c3b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tts_app/static/js/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ function getLink() {
102102
style_weight = document.getElementById('input_style_weight3').value;
103103
url += "/voice/bert-vits2?id=" + id;
104104
} else if (currentModelPage == 4) {
105+
streaming = document.getElementById('streaming4');
105106
prompt_text = document.getElementById('input_prompt_text4').value;
106107
prompt_lang = document.getElementById('input_prompt_lang4').value;
107108
preset = document.getElementById('input_preset4').value;

0 commit comments

Comments
 (0)