4moha commited on
Commit
b32b668
·
verified ·
1 Parent(s): 8eb1a06

Add infer_narrator_tts.py

Browse files
Files changed (1) hide show
  1. 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
- model_type="F5TTS_v1_Base",
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
  )