sudoping01 commited on
Commit
9698b83
·
verified ·
1 Parent(s): 49152bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +19 -1
app.py CHANGED
@@ -65,7 +65,25 @@ def load_example(language):
65
 
66
 
67
  with gr.Blocks(title="Malian Languages TTS") as demo:
68
- gr.Markdown("# Malian Languages Text-to-Speech")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  gr.Markdown("Select a language, enter text or load an example, and listen to the synthesized speech!")
70
 
71
  with gr.Row():
 
65
 
66
 
67
  with gr.Blocks(title="Malian Languages TTS") as demo:
68
+ with gr.Blocks(title="MalianVoices") as demo:
69
+ gr.Markdown(
70
+ """
71
+ # MalianVoices: 🇲🇱 Text-to-Speech in Six Malian Languages
72
+
73
+ Lightweight TTS for six Malian languages: **Bambara, Boomu, Dogon, Pular, Songhoy, Tamasheq**.
74
+
75
+ - ✅ Real-time TTS with fast response
76
+ - ✅ Runs on CPU
77
+
78
+ ## How to Use
79
+ 1. Pick a language from the dropdown
80
+ 2. Enter your text or load an example
81
+ 3. Click **"Generate Audio"** to listen
82
+
83
+ By [sudoping01](https://huggingface.co/sudoping01), from [sudoping01/malian-tts](https://huggingface.co/sudoping01/malian-tts). Fine-tuned on Meta’s MMS, CC BY-NC 4.0, non-commercial.
84
+ No setup. Type and hear it.
85
+ """
86
+ )
87
  gr.Markdown("Select a language, enter text or load an example, and listen to the synthesized speech!")
88
 
89
  with gr.Row():