Instructions to use CJY/CosyEdit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- CosyVoice
How to use CJY/CosyEdit with CosyVoice:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CosyEdit: Unlocking End-to-End Speech Editing Capability from Zero-Shot Text-to-Speech Models
|
| 2 |
|
| 3 |
## Highlight 🔥
|
|
@@ -5,7 +16,7 @@
|
|
| 5 |
**CosyEdit** is an End-to-End Speech Editing model built upon the powerful **CosyVoice** zero-shot text-to-speech model.
|
| 6 |
|
| 7 |
<p align="center" style="margin-bottom:8px;">
|
| 8 |
-
<img src="./asset/CosyEditLogo.png" width="320">
|
| 9 |
</p>
|
| 10 |
|
| 11 |
<p align="center">
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- CJY/GigaEdit-S
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- FunAudioLLM/CosyVoice-300M
|
| 9 |
+
tags:
|
| 10 |
+
- Speech Editing
|
| 11 |
+
---
|
| 12 |
# CosyEdit: Unlocking End-to-End Speech Editing Capability from Zero-Shot Text-to-Speech Models
|
| 13 |
|
| 14 |
## Highlight 🔥
|
|
|
|
| 16 |
**CosyEdit** is an End-to-End Speech Editing model built upon the powerful **CosyVoice** zero-shot text-to-speech model.
|
| 17 |
|
| 18 |
<p align="center" style="margin-bottom:8px;">
|
| 19 |
+
<img src="https://raw.githubusercontent.com/CJY1018/CosyEdit/main/asset/CosyEditLogo.png" width="320">
|
| 20 |
</p>
|
| 21 |
|
| 22 |
<p align="center">
|