Spaces:
Running
Running
jhj0517
commited on
Commit
·
fd8f509
1
Parent(s):
e2bed65
Add bgm separation parameters
Browse files
configs/default_parameters.yaml
CHANGED
|
@@ -44,6 +44,12 @@ diarization:
|
|
| 44 |
is_diarize: false
|
| 45 |
hf_token: ""
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
translation:
|
| 48 |
deepl:
|
| 49 |
api_key: ""
|
|
|
|
| 44 |
is_diarize: false
|
| 45 |
hf_token: ""
|
| 46 |
|
| 47 |
+
bgm-separation:
|
| 48 |
+
is_separate_bgm: false
|
| 49 |
+
model_size: "UVR-MDX-NET-Inst_HQ_1"
|
| 50 |
+
segment_size: 256
|
| 51 |
+
save_file: true
|
| 52 |
+
|
| 53 |
translation:
|
| 54 |
deepl:
|
| 55 |
api_key: ""
|