mirror of
https://github.com/serp-ai/bark-with-voice-clone.git
synced 2025-12-15 03:07:58 +01:00
add HF spaces demo
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# 🐶 Bark
|
||||
|
||||
<a href="http://www.repostatus.org/#active"><img src="http://www.repostatus.org/badges/latest/active.svg" /></a>
|
||||
[](https://colab.research.google.com/drive/1eJfA2XUa-mXwdMy7DoYKVYHI1iTd9Vkt?usp=sharing)
|
||||
[](https://twitter.com/OnusFM)
|
||||
[](https://discord.gg/J2B2vsjKuE)
|
||||
|
||||
@@ -14,10 +13,12 @@ Bark is a transformer-based text-to-audio model created by [Suno](https://suno.a
|
||||
<img src="https://user-images.githubusercontent.com/5068315/230698495-cbb1ced9-c911-4c9a-941d-a1a4a1286ac6.png" width="500"></img>
|
||||
</p>
|
||||
|
||||
## 🤖 Usage
|
||||
|
||||
[](https://huggingface.co/spaces/suno/bark)
|
||||
for easy testing or (a bit slower) here
|
||||
[](https://colab.research.google.com/drive/1eJfA2XUa-mXwdMy7DoYKVYHI1iTd9Vkt?usp=sharing)
|
||||
|
||||
## 🤖 Usage
|
||||
|
||||
```python
|
||||
from bark import SAMPLE_RATE, generate_audio
|
||||
from IPython.display import Audio
|
||||
|
||||
Reference in New Issue
Block a user