Update app.py
Browse files
app.py
CHANGED
@@ -483,7 +483,7 @@ with demo:
|
|
483 |
""")
|
484 |
|
485 |
# Connexions des boutons aux fonctions appropriées
|
486 |
-
|
487 |
process_transcription,
|
488 |
inputs=[audio_input],
|
489 |
outputs=[progress_output, transcription_output, diarization_output],
|
|
|
483 |
""")
|
484 |
|
485 |
# Connexions des boutons aux fonctions appropriées
|
486 |
+
transcribe_button.click(
|
487 |
process_transcription,
|
488 |
inputs=[audio_input],
|
489 |
outputs=[progress_output, transcription_output, diarization_output],
|