Spaces:
Running
on
Zero
Running
on
Zero
Update infer/infer_cli.py
Browse files- 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
|
| 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,
|