Spaces:
Running
Running
Update app/core/config.py
Browse files- 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 |
-
|
| 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",
|