Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +1 -3
config.yaml
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
|
2 |
readme: |
|
3 |
# Fish Diffusion - HiFiSinger Demo π€
|
4 |
GitHub Repo: [fishaudio/fish-diffusion](https://github.com/fishaudio/fish-diffusion)
|
5 |
To share a new model, please check out the [Share Your Model](https://huggingface.co/spaces/fishaudio/fish-diffusion/discussions/2) discussion.
|
6 |
-
|
7 |
max_mixing_speakers: 3
|
8 |
|
9 |
models:
|
@@ -13,7 +11,7 @@ models:
|
|
13 |
readme: "This model is trained on the M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
14 |
default_speaker: "opencpop"
|
15 |
|
16 |
-
|
17 |
config: configs/exp_hifisinger.py
|
18 |
checkpoint: checkpoints/Kiritan.ckpt
|
19 |
readme: "This model is trained on the Tohoku Kiritan dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
|
|
|
|
1 |
readme: |
|
2 |
# Fish Diffusion - HiFiSinger Demo π€
|
3 |
GitHub Repo: [fishaudio/fish-diffusion](https://github.com/fishaudio/fish-diffusion)
|
4 |
To share a new model, please check out the [Share Your Model](https://huggingface.co/spaces/fishaudio/fish-diffusion/discussions/2) discussion.
|
|
|
5 |
max_mixing_speakers: 3
|
6 |
|
7 |
models:
|
|
|
11 |
readme: "This model is trained on the M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
12 |
default_speaker: "opencpop"
|
13 |
|
14 |
+
- name: Tohoku Kiritan
|
15 |
config: configs/exp_hifisinger.py
|
16 |
checkpoint: checkpoints/Kiritan.ckpt
|
17 |
readme: "This model is trained on the Tohoku Kiritan dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|