Spaces:
Build error
Build error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ A FastAPI-based Text-to-Speech API that generates Nigerian-accented speech from
|
|
25 |
|
26 |
### Text to Speech
|
27 |
- `POST /tts` - Convert text to speech
|
28 |
-
- Request body:
|
29 |
- Returns: Audio file (WAV format)
|
30 |
|
31 |
### Audio Management
|
@@ -38,7 +38,7 @@ A FastAPI-based Text-to-Speech API that generates Nigerian-accented speech from
|
|
38 |
- YarnGPT for TTS generation
|
39 |
- Docker containerized
|
40 |
|
41 |
-
Last updated: 2025-04-22 13:
|
42 |
Created by: Abdulhameed556
|
43 |
|
44 |
For more information about this project, visit [Hugging Face Spaces](https://huggingface.co/spaces/Hameed13/Huggingface_News_Podcast)
|
|
|
25 |
|
26 |
### Text to Speech
|
27 |
- `POST /tts` - Convert text to speech
|
28 |
+
- Request body: {"text": "Your text here", "accent": "nigerian"}
|
29 |
- Returns: Audio file (WAV format)
|
30 |
|
31 |
### Audio Management
|
|
|
38 |
- YarnGPT for TTS generation
|
39 |
- Docker containerized
|
40 |
|
41 |
+
Last updated: 2025-04-22 13:39:07
|
42 |
Created by: Abdulhameed556
|
43 |
|
44 |
For more information about this project, visit [Hugging Face Spaces](https://huggingface.co/spaces/Hameed13/Huggingface_News_Podcast)
|