Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 -
|
| 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
|
| 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>
|
| 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 |
|