Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -604,7 +604,7 @@ with demo:
|
|
604 |
outputs=[transcription_output]
|
605 |
)
|
606 |
|
607 |
-
|
608 |
|
609 |
########################## Transcription ##########################
|
610 |
with gr.Row():
|
|
|
604 |
outputs=[transcription_output]
|
605 |
)
|
606 |
|
607 |
+
clear.click(lambda: (None, None, None), None, [audio_output, msg, transcription_output], queue=False)
|
608 |
|
609 |
########################## Transcription ##########################
|
610 |
with gr.Row():
|