From 721e323d5fdc056c284e27b3a3c0d717a2c627d0 Mon Sep 17 00:00:00 2001 From: jhj0517 <97279763+jhj0517@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:39:21 +0900 Subject: [PATCH] Add `show_download_button` --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()