sudoping01 commited on
Commit
b6cb99b
Β·
verified Β·
1 Parent(s): 4925aa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -9
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 - MALIBA-AI") as demo:
278
  gr.Markdown("""
279
- # 🎀 Bambara Text-to-Speech
280
 
281
- **Powered by MALIBA-AI** | *First Open-Source Bambara TTS*
282
 
283
- Convert Bambara text to natural-sounding speech using our state-of-the-art neural TTS system.
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
- - **🎯 Purpose**: First open-source Text-to-Speech system for Bambara language
387
- - **πŸ—£οΈ Speakers**: {len(SPEAKER_NAMES)} authentic Bambara voices
388
- - **πŸ”Š Quality**: 16kHz neural speech synthesis
389
- - **⚑ Performance**: Model loads once and stays in memory
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)}