Instructions to use suno/bark with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use suno/bark with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="suno/bark")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("suno/bark") model = AutoModelForTextToWaveform.from_pretrained("suno/bark") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ language:
|
|
| 13 |
- ru
|
| 14 |
- tr
|
| 15 |
- zh
|
|
|
|
| 16 |
thumbnail: >-
|
| 17 |
https://user-images.githubusercontent.com/5068315/230698495-cbb1ced9-c911-4c9a-941d-a1a4a1286ac6.png
|
| 18 |
library: bark
|
|
|
|
| 13 |
- ru
|
| 14 |
- tr
|
| 15 |
- zh
|
| 16 |
+
- brr
|
| 17 |
thumbnail: >-
|
| 18 |
https://user-images.githubusercontent.com/5068315/230698495-cbb1ced9-c911-4c9a-941d-a1a4a1286ac6.png
|
| 19 |
library: bark
|