Spaces:
Paused
Paused
| title: Tts Api New | |
| emoji: π | |
| colorFrom: green | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: 6.8.0 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| --- | |
| title: Chinese TTS API | |
| emoji: ποΈ | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 3.50.2 | |
| app_file: app.py | |
| pinned: false | |
| --- | |
| # ποΈ Chinese TTS API for n8n | |
| Text-to-Speech API with voice and emotion control via numeric parameters. | |
| ## Usage with n8n | |
| Send POST requests to `https://your-space.hf.space/api/predict` with: | |
| ```json | |
| { | |
| "data": ["δ½ ηζζ¬", voice_id, emotion_id, speed] | |
| } | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |