Update app.py
Browse files
app.py
CHANGED
|
@@ -381,7 +381,7 @@ with demo:
|
|
| 381 |
""")
|
| 382 |
# ... (le reste du fichier reste inchangé)
|
| 383 |
with gr.Tabs():
|
| 384 |
-
with gr.Tab("Fichier audio
|
| 385 |
gr.Markdown("### 📂 Transcription de fichiers audio")
|
| 386 |
audio_input = gr.Audio(type="filepath", label="Chargez votre fichier audio")
|
| 387 |
task_input = gr.Radio(["transcribe", "translate"], label="Choisissez la tâche", value="transcribe")
|
|
|
|
| 381 |
""")
|
| 382 |
# ... (le reste du fichier reste inchangé)
|
| 383 |
with gr.Tabs():
|
| 384 |
+
with gr.Tab("Fichier audio 📁"):
|
| 385 |
gr.Markdown("### 📂 Transcription de fichiers audio")
|
| 386 |
audio_input = gr.Audio(type="filepath", label="Chargez votre fichier audio")
|
| 387 |
task_input = gr.Radio(["transcribe", "translate"], label="Choisissez la tâche", value="transcribe")
|