Spaces:
Running on Zero
Running on Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title: Fish S2 Pro
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.9.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Fish Audio S2 Pro
|
| 3 |
+
emoji: 🐟
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.9.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: other
|
| 11 |
+
license_name: fish-audio-research-license
|
| 12 |
+
license_link: LICENSE
|
| 13 |
+
short_description: Zero GPU Text-to-Speech using Fish Audio S2 Pro
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# Fish Audio S2 Pro - Zero GPU Space
|
| 17 |
+
|
| 18 |
+
This is a beautiful, self-contained Gradio interface for [Fish Audio S2 Pro](https://huggingface.co/fishaudio/s2-pro) designed to run on Hugging Face's **Zero GPU** architecture.
|
| 19 |
+
|
| 20 |
+
It utilizes a Dual-Autoregressive (Dual-AR) architecture to achieve highly expressive, natural text-to-speech with fine-grained control via natural language tags (e.g., `[laugh]`, `[whisper]`) and zero-shot voice cloning capabilities.
|
| 21 |
+
|
| 22 |
+
## Features
|
| 23 |
+
- **Zero GPU Compatibility:** Optimized for dynamic GPU allocation via the `@spaces.GPU` decorator.
|
| 24 |
+
- **Voice Cloning:** Simply upload a 5-10s reference audio and its transcript to clone a voice instantly.
|
| 25 |
+
- **Emotion & Prosody Control:** Inject tags directly into your text.
|
| 26 |
+
|
| 27 |
+
## License
|
| 28 |
+
Released under the **FISH AUDIO RESEARCH LICENSE**.
|