Update inference.py
Browse files- inference.py +1 -0
inference.py
CHANGED
@@ -2,6 +2,7 @@ import torch
|
|
2 |
import os
|
3 |
import logging
|
4 |
import soundfile as sf
|
|
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
from TTS.tts.configs.xtts_config import XttsConfig
|
7 |
from TTS.tts.models.xtts import Xtts
|
|
|
2 |
import os
|
3 |
import logging
|
4 |
import soundfile as sf
|
5 |
+
import numpy as np
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
from TTS.tts.configs.xtts_config import XttsConfig
|
8 |
from TTS.tts.models.xtts import Xtts
|