artificialguybr commited on
Commit
9e17986
·
verified ·
1 Parent(s): 1c9dc02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,12 +1,28 @@
1
  ---
2
- title: Fish S2 Pro Zero
3
- emoji: 🦀
4
- colorFrom: yellow
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 6.9.0
8
  app_file: app.py
9
  pinned: false
 
 
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
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**.