Skip to content

Commit

Permalink
Merge pull request #474 from jhj0517/feature/show-download
Browse files Browse the repository at this point in the history
Add `show_download_button` on microphone
  • Loading branch information
jhj0517 authored Jan 23, 2025
2 parents 9dcac4d + 721e323 commit 77b3814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 77b3814

Please sign in to comment.