Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -274,13 +274,13 @@ def get_safe_examples():
|
|
274 |
def build_interface():
|
275 |
"""Build the Gradio interface - simplified like your old working version"""
|
276 |
|
277 |
-
with gr.Blocks(title="Bambara TTS -
|
278 |
gr.Markdown("""
|
279 |
-
# π€ Bambara Text-to-Speech
|
280 |
|
281 |
-
**Powered by MALIBA-AI**
|
282 |
|
283 |
-
Convert Bambara text to
|
284 |
|
285 |
**Bambara** is spoken by millions of people in Mali and West Africa.
|
286 |
""")
|
@@ -383,11 +383,10 @@ def build_interface():
|
|
383 |
gr.Markdown(f"""
|
384 |
## About MALIBA-AI Bambara TTS
|
385 |
|
386 |
-
|
387 |
-
-
|
388 |
-
-
|
389 |
-
-
|
390 |
-
- **π± Usage**: Educational, accessibility, and cultural preservation
|
391 |
|
392 |
### π Available Speakers:
|
393 |
{" ".join(SPEAKER_NAMES)}
|
|
|
274 |
def build_interface():
|
275 |
"""Build the Gradio interface - simplified like your old working version"""
|
276 |
|
277 |
+
with gr.Blocks(title="Bambara TTS - EXPERIMENTAL") as demo:
|
278 |
gr.Markdown("""
|
279 |
+
# π€ Bambara Text-to-Speech β οΈ EXPERIMENTAL
|
280 |
|
281 |
+
**Powered by MALIBA-AI**
|
282 |
|
283 |
+
Convert Bambara text to speech. This model is currently experimental.
|
284 |
|
285 |
**Bambara** is spoken by millions of people in Mali and West Africa.
|
286 |
""")
|
|
|
383 |
gr.Markdown(f"""
|
384 |
## About MALIBA-AI Bambara TTS
|
385 |
|
386 |
+
**β οΈ This is an experimental Bambara TTS model.**
|
387 |
+
- **Languages**: Bambara (bm)
|
388 |
+
- **Speakers**: 10 different voice options
|
389 |
+
- **Sample Rate**: 16kHz
|
|
|
390 |
|
391 |
### π Available Speakers:
|
392 |
{" ".join(SPEAKER_NAMES)}
|