Spaces:
Running
Running
updated config
Browse files
config/interface/default.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
asr_model: openai/whisper-
|
| 2 |
llm_model: gemini-2.5-flash
|
| 3 |
svs_model: espnet/aceopencpop_svs_visinger2_40singer_pretrain
|
| 4 |
melody_source: sample-lyric-kising
|
|
|
|
| 1 |
+
asr_model: openai/whisper-medium
|
| 2 |
llm_model: gemini-2.5-flash
|
| 3 |
svs_model: espnet/aceopencpop_svs_visinger2_40singer_pretrain
|
| 4 |
melody_source: sample-lyric-kising
|
config/interface/options.yaml
CHANGED
|
@@ -69,3 +69,6 @@ melody_sources:
|
|
| 69 |
- id: sample-lyric-kising
|
| 70 |
name: Sampled Melody with Lyrics (Kising)
|
| 71 |
desc: "Melody with aligned lyrics are sampled from Kising dataset."
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
- id: sample-lyric-kising
|
| 70 |
name: Sampled Melody with Lyrics (Kising)
|
| 71 |
desc: "Melody with aligned lyrics are sampled from Kising dataset."
|
| 72 |
+
- id: sample-lyric-genre
|
| 73 |
+
name: Sampled Melody with Lyrics (Synthetic)
|
| 74 |
+
desc: "Melody with aligned lyrics are sampled from Kising dataset."
|