Spaces:
Running
on
Zero
Running
on
Zero
Update inference_cli.toml
Browse files- inference_cli.toml +1 -1
inference_cli.toml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
# Path or Hugging Face Hub ID (e.g., "hf://user/repo/model.safetensors") to the TTS model checkpoint.
|
6 |
# This is the primary required setting. The script infers model type (DiT/UNetT) from this path.
|
7 |
-
ckpt_path = "hf://Gregniuki/F5-tts_English_German_Polish/multi3/
|
8 |
|
9 |
# Path to the reference audio file (WAV, MP3, etc.). Recommended < 10 seconds.
|
10 |
ref_audio = "tests/ref_audio/test_en_1_ref_short.wav"
|
|
|
4 |
|
5 |
# Path or Hugging Face Hub ID (e.g., "hf://user/repo/model.safetensors") to the TTS model checkpoint.
|
6 |
# This is the primary required setting. The script infers model type (DiT/UNetT) from this path.
|
7 |
+
ckpt_path = "hf://Gregniuki/F5-tts_English_German_Polish/multi3/model_900000.pt" # Default used in script
|
8 |
|
9 |
# Path to the reference audio file (WAV, MP3, etc.). Recommended < 10 seconds.
|
10 |
ref_audio = "tests/ref_audio/test_en_1_ref_short.wav"
|