jhansss commited on
Commit
67367de
·
1 Parent(s): cbe5f84

Continue: Refactor svs_inference and related functions; Bug fixes and code cleanup

Browse files
Files changed (1) hide show
  1. svs_utils.py +0 -1
svs_utils.py CHANGED
@@ -298,7 +298,6 @@ if __name__ == "__main__":
298
  phrase_length, metadata = estimate_sentence_length(
299
  None, config, song2note_lengths
300
  )
301
- phrase_length, metadata = estimate_sentence_length(None, config, song2note_lengths)
302
 
303
  # then, phrase_length info should be added to llm prompt, and get the answer lyrics from llm
304
  # e.g. answer_text = "天气真好\n空气清新"
 
298
  phrase_length, metadata = estimate_sentence_length(
299
  None, config, song2note_lengths
300
  )
 
301
 
302
  # then, phrase_length info should be added to llm prompt, and get the answer lyrics from llm
303
  # e.g. answer_text = "天气真好\n空气清新"