chore(hf): add Hugging Face Space metadata frontmatter to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Chatterbox Voice Studio
|
| 2 |
|
| 3 |
A multi-platform browser-based voice cloning studio for the Chatterbox TTS family
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Chatterbox Voice Studio
|
| 3 |
+
emoji: "🎙"
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
+
short_description: Voice cloning studio for the Chatterbox TTS family.
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Chatterbox Voice Studio
|
| 14 |
|
| 15 |
A multi-platform browser-based voice cloning studio for the Chatterbox TTS family
|