Update config/config.yaml
Browse files- config/config.yaml +1 -0
config/config.yaml
CHANGED
@@ -3,6 +3,7 @@ inference:
|
|
3 |
file_path: "output.wav"
|
4 |
speaker_wav: "content/speaker.wav"
|
5 |
language: "en"
|
|
|
6 |
|
7 |
recording:
|
8 |
recorded_wav: "content/recorded/recorded.wav"
|
|
|
3 |
file_path: "output.wav"
|
4 |
speaker_wav: "content/speaker.wav"
|
5 |
language: "en"
|
6 |
+
model: "tts_models/multilingual/multi-dataset/xtts_v2"
|
7 |
|
8 |
recording:
|
9 |
recorded_wav: "content/recorded/recorded.wav"
|