Spaces:
Running
Running
jhj0517
commited on
Commit
·
9b63534
1
Parent(s):
13fb3c5
Clean import
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ from modules.utils.paths import (FASTER_WHISPER_MODELS_DIR, DIARIZATION_MODELS_D
|
|
8 |
UVR_MODELS_DIR)
|
9 |
from modules.utils.files_manager import load_yaml
|
10 |
from modules.whisper.whisper_factory import WhisperFactory
|
11 |
-
from modules.uvr.music_separator import MusicSeparator
|
12 |
from modules.whisper.faster_whisper_inference import FasterWhisperInference
|
13 |
from modules.whisper.insanely_fast_whisper_inference import InsanelyFastWhisperInference
|
14 |
from modules.translation.nllb_inference import NLLBInference
|
|
|
8 |
UVR_MODELS_DIR)
|
9 |
from modules.utils.files_manager import load_yaml
|
10 |
from modules.whisper.whisper_factory import WhisperFactory
|
|
|
11 |
from modules.whisper.faster_whisper_inference import FasterWhisperInference
|
12 |
from modules.whisper.insanely_fast_whisper_inference import InsanelyFastWhisperInference
|
13 |
from modules.translation.nllb_inference import NLLBInference
|