diff --git a/app.py b/app.py index 44d0168f..599cd1c3 100644 --- a/app.py +++ b/app.py @@ -170,7 +170,8 @@ def launch(self): with gr.TabItem(_("Mic")): # tab3 with gr.Row(): - mic_input = gr.Microphone(label=_("Record with Mic"), type="filepath", interactive=True) + mic_input = gr.Microphone(label=_("Record with Mic"), type="filepath", interactive=True, + show_download_button=True) pipeline_params, dd_file_format, cb_timestamp = self.create_pipeline_inputs()