tzzte commited on
Commit
a0185ca
·
verified ·
1 Parent(s): 3ecdff4

Update Echox_copy_stream.py

Browse files
Files changed (1) hide show
  1. Echox_copy_stream.py +1 -1
Echox_copy_stream.py CHANGED
@@ -97,7 +97,7 @@ class EchoxAssistant():
97
  self.base_model_path = "FreedomIntelligence/EchoX-8B"
98
  self.peft_model_id = None
99
  self.audio_tower = "openai/whisper-large-v3"
100
- self.cosyvoice_model_path = "FunAudioLLM/CosyVoice2-0.5B"
101
  self.cosyvoice_ref_audio = "show_case/ref.wav"
102
  self.cosyvoice_ref_text = "It's always a good idea to research and compare prices from different sources to get a more accurate idea of the average price of a used car in the United States for different years."
103
 
 
97
  self.base_model_path = "FreedomIntelligence/EchoX-8B"
98
  self.peft_model_id = None
99
  self.audio_tower = "openai/whisper-large-v3"
100
+ self.cosyvoice_model_path = "iic/CosyVoice2-0.5B"
101
  self.cosyvoice_ref_audio = "show_case/ref.wav"
102
  self.cosyvoice_ref_text = "It's always a good idea to research and compare prices from different sources to get a more accurate idea of the average price of a used car in the United States for different years."
103