Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# UniPASE
|
| 5 |
|
|
@@ -8,4 +15,4 @@ UniPASE is a state-of-the-art generative model for universal speech enhancement
|
|
| 8 |
## Model Sources
|
| 9 |
- **Repository**: https://github.com/Xiaobin-Rong/unipase
|
| 10 |
- **Paper**: https://arxiv.org/abs/2604.14606
|
| 11 |
-
- **Demo**: https://xiaobin-rong.github.io/unipase_demo/
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
- es
|
| 7 |
+
- fr
|
| 8 |
+
- de
|
| 9 |
+
pipeline_tag: audio-to-audio
|
| 10 |
---
|
| 11 |
# UniPASE
|
| 12 |
|
|
|
|
| 15 |
## Model Sources
|
| 16 |
- **Repository**: https://github.com/Xiaobin-Rong/unipase
|
| 17 |
- **Paper**: https://arxiv.org/abs/2604.14606
|
| 18 |
+
- **Demo**: https://xiaobin-rong.github.io/unipase_demo/
|