Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ def transcribe_and_translate(audio):
|
|
48 |
|
49 |
# Création de l'interface Gradio
|
50 |
audio_input = gr.Audio(sources=["microphone"], label="Enregistrement Audio")
|
51 |
-
transcription_output = gr.
|
52 |
-
translation_output = gr.
|
53 |
|
54 |
def process_audio(audio):
|
55 |
# Transcription
|
|
|
48 |
|
49 |
# Création de l'interface Gradio
|
50 |
audio_input = gr.Audio(sources=["microphone"], label="Enregistrement Audio")
|
51 |
+
transcription_output = gr.Textbox(label="Texte en Arabe")
|
52 |
+
translation_output = gr.Textbox(label="Traduction en Français")
|
53 |
|
54 |
def process_audio(audio):
|
55 |
# Transcription
|