wenmengzhou commited on
Commit
70cb6b0
1 Parent(s): 73c1b13

fix syntax error in css/util.py

Browse files
Files changed (1) hide show
  1. css/utils.py +1 -1
css/utils.py CHANGED
@@ -17,7 +17,7 @@ cosyvoice= CosyVoice('FunAudioLLM/CosyVoice-300M')
17
  cosyvoice_sft= CosyVoice('FunAudioLLM/CosyVoice-300M-SFT')
18
  cosyvoice_instruct= CosyVoice('FunAudioLLM/CosyVoice-300M-Instruct')
19
 
20
- example_tts_text = [[
21
  "Every step we take is part of our strategy; everything you see, including the conversation I am having with you at this moment, every action I take, every word I speak, has a profound meaning.",
22
  "That comedian is really talented; as soon as he opens his mouth, he makes the whole audience burst into laughter.",
23
  "The prank he played made everyone unable to help but laugh."
 
17
  cosyvoice_sft= CosyVoice('FunAudioLLM/CosyVoice-300M-SFT')
18
  cosyvoice_instruct= CosyVoice('FunAudioLLM/CosyVoice-300M-Instruct')
19
 
20
+ example_tts_text = [
21
  "Every step we take is part of our strategy; everything you see, including the conversation I am having with you at this moment, every action I take, every word I speak, has a profound meaning.",
22
  "That comedian is really talented; as soon as he opens his mouth, he makes the whole audience burst into laughter.",
23
  "The prank he played made everyone unable to help but laugh."