Fix concept: 'female_vocals' -> 'vocal_gender' (match HF repo slug)
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"method": "standard_caa_audioldm",
|
| 3 |
"model": "cvssp/audioldm2-large",
|
| 4 |
-
"concept": "
|
| 5 |
"num_inference_steps": 100,
|
| 6 |
"audio_length_in_s": 10.0,
|
| 7 |
"guidance_scale": 4.5,
|
|
|
|
| 1 |
{
|
| 2 |
"method": "standard_caa_audioldm",
|
| 3 |
"model": "cvssp/audioldm2-large",
|
| 4 |
+
"concept": "vocal_gender",
|
| 5 |
"num_inference_steps": 100,
|
| 6 |
"audio_length_in_s": 10.0,
|
| 7 |
"guidance_scale": 4.5,
|