Instructions to use huggingworld/chatterbox-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use huggingworld/chatterbox-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'huggingworld/chatterbox-ONNX');
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
- speech
|
| 9 |
- speech-generation
|
| 10 |
- voice-cloning
|
| 11 |
-
library_name:
|
| 12 |
base_model:
|
| 13 |
- ResembleAI/chatterbox
|
| 14 |
---
|
|
|
|
| 8 |
- speech
|
| 9 |
- speech-generation
|
| 10 |
- voice-cloning
|
| 11 |
+
library_name: transformers.js
|
| 12 |
base_model:
|
| 13 |
- ResembleAI/chatterbox
|
| 14 |
---
|