We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9922a59 commit 22ec53fCopy full SHA for 22ec53f
tabs/full_inference.py
@@ -764,8 +764,8 @@ def full_inference_tab():
764
info=i18n("The output information will be displayed here."),
765
)
766
vc_output2 = gr.Audio(label=i18n("Export Audio"))
767
-with gr.Tab(i18n("Download Music")):
768
- download_music_tab()
+ with gr.Tab(i18n("Download Music")):
+ download_music_tab()
769
def update_dropdown_visibility(checkbox):
770
return gr.update(visible=checkbox)
771
0 commit comments