offiongbassey commited on
Commit
22dbe73
·
verified ·
1 Parent(s): c6eeb00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -6
README.md CHANGED
@@ -1,14 +1,34 @@
1
  ---
2
- title: PlotweaverNigerianVoice
3
- emoji: 🦀
4
- colorFrom: indigo
5
  colorTo: blue
6
  sdk: gradio
7
  sdk_version: 6.19.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
- license: apache-2.0
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Plotweaver Nigerian Voice
3
+ emoji: 🗣️
4
+ colorFrom: green
5
  colorTo: blue
6
  sdk: gradio
7
  sdk_version: 6.19.0
8
+ python_version: "3.10"
9
  app_file: app.py
10
  pinned: false
11
+ license: cc-by-nc-4.0
12
  ---
13
 
14
+ # Plotweaver Nigerian Voice
15
+
16
+ Nigerian-English text-to-speech, fine-tuned from [F5-TTS](https://github.com/SWivid/F5-TTS)
17
+ by Plotweaver AI.
18
+
19
+ Two modes:
20
+ - **Nigerian Voice** — type text and hear it in the fine-tuned Nigerian-English voice.
21
+ - **Clone a Voice** — upload a short reference clip and generate speech in that voice
22
+ (transcript optional; auto-transcribed with Whisper when left blank).
23
+
24
+ Runs on free CPU hardware, so generation takes ~30–90+ seconds per request.
25
+ Research / non-commercial use only (base F5-TTS is CC-BY-NC-4.0).
26
+
27
+ ## Configuration notes
28
+ - `python_version: "3.10"` is pinned so `torch==2.4.0` (the tested training/inference
29
+ version) resolves. On Python 3.13 that wheel doesn't exist — bump torch to 2.5.1.
30
+ - `sdk_version: 6.19.0` controls Gradio; do not also pin `gradio` in `requirements.txt`.
31
+ - `HF_TOKEN` must be set as a Space **secret** with read access to the private model
32
+ repo `PlotweaverAI/nigerian-english-ft-tts`.
33
+ - Optional `F5TTS_ARCH` variable (defaults to `F5TTS_v1_Base`) if the checkpoint was
34
+ fine-tuned from a different base.