vyluong commited on
Commit
2197627
·
verified ·
1 Parent(s): d4f68de

Update app/core/config.py

Browse files
Files changed (1) hide show
  1. app/core/config.py +1 -5
app/core/config.py CHANGED
@@ -23,11 +23,7 @@ class Settings(BaseSettings):
23
 
24
  # Denoising (Speech Enhancement)
25
  enable_denoiser: bool = True
26
- denoiser_model: str = "dns64"
27
-
28
- # MDX-Net Vocal Separation
29
- enable_vocal_separation: bool = True
30
- mdx_model: str = "Kim_Vocal_2.onnx" # High quality vocal isolation
31
 
32
  available_whisper_models: Dict[str, str] = {
33
  "EraX-WoW-Turbo": "erax-ai/EraX-WoW-Turbo-V1.1-CT2",
 
23
 
24
  # Denoising (Speech Enhancement)
25
  enable_denoiser: bool = True
26
+
 
 
 
 
27
 
28
  available_whisper_models: Dict[str, str] = {
29
  "EraX-WoW-Turbo": "erax-ai/EraX-WoW-Turbo-V1.1-CT2",