Spaces:
Running
on
Zero
Running
on
Zero
Update Echox_copy_stream.py
Browse files- 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 = "
|
| 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 |
|