Spaces:
Sleeping
Sleeping
hugging face specific changes
Browse files- README.md +11 -0
- requirements.txt +1 -0
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# SingingSDS: Role-Playing Singing Spoken Dialogue System
|
2 |
|
3 |
A role-playing singing dialogue system that converts speech input into character-based singing output.
|
|
|
1 |
+
---
|
2 |
+
title: SingingSDS
|
3 |
+
emoji: 🎶
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.4.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
python_version: 3.11
|
11 |
+
---
|
12 |
# SingingSDS: Role-Playing Singing Spoken Dialogue System
|
13 |
|
14 |
A role-playing singing dialogue system that converts speech input into character-based singing output.
|
requirements.txt
CHANGED
@@ -17,6 +17,7 @@ git+https://github.com/sea-turt1e/kanjiconv
|
|
17 |
soundfile
|
18 |
PyYAML
|
19 |
gradio
|
|
|
20 |
google-genai
|
21 |
funasr
|
22 |
librosa
|
|
|
17 |
soundfile
|
18 |
PyYAML
|
19 |
gradio
|
20 |
+
pydantic==2.10.6
|
21 |
google-genai
|
22 |
funasr
|
23 |
librosa
|