Gregniuki commited on
Commit
3bd9bc4
·
verified ·
1 Parent(s): cd724ff

Update infer/infer_cli.py

Browse files
Files changed (1) hide show
  1. infer/infer_cli.py +1 -1
infer/infer_cli.py CHANGED
@@ -10,7 +10,7 @@ import soundfile as sf
10
  import tomli
11
  from cached_path import cached_path
12
 
13
- from f5_tts.infer.utils_infer import (
14
  infer_process,
15
  load_model,
16
  load_vocoder,
 
10
  import tomli
11
  from cached_path import cached_path
12
 
13
+ from infer.utils_infer import (
14
  infer_process,
15
  load_model,
16
  load_vocoder,