Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,28 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
---
|
| 14 |
+
title: Chinese TTS API
|
| 15 |
+
emoji: 🎙️
|
| 16 |
+
colorFrom: blue
|
| 17 |
+
colorTo: purple
|
| 18 |
+
sdk: gradio
|
| 19 |
+
sdk_version: 3.50.2
|
| 20 |
+
app_file: app.py
|
| 21 |
+
pinned: false
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# 🎙️ Chinese TTS API for n8n
|
| 25 |
+
|
| 26 |
+
Text-to-Speech API with voice and emotion control via numeric parameters.
|
| 27 |
+
|
| 28 |
+
## Usage with n8n
|
| 29 |
+
|
| 30 |
+
Send POST requests to `https://your-space.hf.space/api/predict` with:
|
| 31 |
+
|
| 32 |
+
```json
|
| 33 |
+
{
|
| 34 |
+
"data": ["你的文本", voice_id, emotion_id, speed]
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|