jojonocode commited on
Commit
7328021
·
verified ·
1 Parent(s): 16a4aba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -64,7 +64,7 @@ def stream_transcribe(audio, state=""):
64
 
65
  # Interface Gradio
66
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
67
- gr.Markdown(f"# 🎙️ Ewe STT - Whisper Small (Robust & Fast)")
68
  gr.Markdown("Transcription automatique du français vers l'Ewe ou transcription directe de l'Ewe.")
69
 
70
  with gr.Tabs():
@@ -85,7 +85,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
85
 
86
  # Onglet 2: Streaming temps réel
87
  with gr.TabItem("Temps Réel (Streaming)"):
88
- gr.Markdown("*Note: Parle et regarde la magie s'opérer.*")
89
  stream_input = gr.Audio(
90
  label="Microphone",
91
  sources=["microphone"],
@@ -103,7 +103,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
103
 
104
  gr.HTML("""
105
  <div style="text-align: center; color: #666;">
106
- Modèle utilisé : <b>abiyo27/whisper-small-ewe-2</b> | Optimisé pour GPU T4 (FP16)
107
  </div>
108
  """)
109
 
 
64
 
65
  # Interface Gradio
66
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
67
+ gr.Markdown(f"# 🎙️ Ewe STT - ")
68
  gr.Markdown("Transcription automatique du français vers l'Ewe ou transcription directe de l'Ewe.")
69
 
70
  with gr.Tabs():
 
85
 
86
  # Onglet 2: Streaming temps réel
87
  with gr.TabItem("Temps Réel (Streaming)"):
88
+ gr.Markdown("*Note: Parle et regarde *")
89
  stream_input = gr.Audio(
90
  label="Microphone",
91
  sources=["microphone"],
 
103
 
104
  gr.HTML("""
105
  <div style="text-align: center; color: #666;">
106
+ Modèle utilisé : <b>yawo stt-ewe-2</b> | O(FP16)
107
  </div>
108
  """)
109