Add infer_narrator_tts.py
Browse files- infer_narrator_tts.py +1 -1
infer_narrator_tts.py
CHANGED
|
@@ -96,7 +96,7 @@ def run_inference() -> None:
|
|
| 96 |
print(f"Device: {device}")
|
| 97 |
|
| 98 |
tts = F5TTS(
|
| 99 |
-
|
| 100 |
ckpt_file=ckpt_path,
|
| 101 |
device=device,
|
| 102 |
)
|
|
|
|
| 96 |
print(f"Device: {device}")
|
| 97 |
|
| 98 |
tts = F5TTS(
|
| 99 |
+
model="F5TTS_v1_Base",
|
| 100 |
ckpt_file=ckpt_path,
|
| 101 |
device=device,
|
| 102 |
)
|