Spaces:
Sleeping
Sleeping
NonameSsSs
commited on
Update tts_inference.py
Browse files- tts_inference.py +1 -1
tts_inference.py
CHANGED
@@ -11,7 +11,7 @@ from pathlib import Path
|
|
11 |
from typing import Any, Dict, Optional, Sequence, Tuple, Union
|
12 |
|
13 |
import numpy as np
|
14 |
-
import
|
15 |
import torch
|
16 |
from packaging.version import parse as V
|
17 |
from typeguard import typechecked
|
|
|
11 |
from typing import Any, Dict, Optional, Sequence, Tuple, Union
|
12 |
|
13 |
import numpy as np
|
14 |
+
import _soundfile.py as sf
|
15 |
import torch
|
16 |
from packaging.version import parse as V
|
17 |
from typeguard import typechecked
|