Skip to content

Commit

Permalink
Fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
Artrajz committed Mar 10, 2024
1 parent e95a883 commit f82c3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tts_app/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function getLink() {
style_weight = document.getElementById('input_style_weight3').value;
url += "/voice/bert-vits2?id=" + id;
} else if (currentModelPage == 4) {
streaming = document.getElementById('streaming4');
prompt_text = document.getElementById('input_prompt_text4').value;
prompt_lang = document.getElementById('input_prompt_lang4').value;
preset = document.getElementById('input_preset4').value;
Expand Down

0 comments on commit f82c3b3

Please sign in to comment.