NonameSsSs commited on
Commit
a4a993f
·
verified ·
1 Parent(s): 718ac10

Update tts_inference.py

Browse files
Files changed (1) hide show
  1. 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 soundfile.py as sf
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