diff --git a/enhancer/inference.py b/enhancer/inference.py index 404fe95..6e9cff7 100644 --- a/enhancer/inference.py +++ b/enhancer/inference.py @@ -10,7 +10,6 @@ from pathlib import Path from librosa import load as load_audio from enhancer.utils import Audio -from enhancer.utils.config import DEFAULT_DEVICE class Inference: