Skip to content

Commit 22ec53f

Browse files
authored
Update full_inference.py
1 parent 9922a59 commit 22ec53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tabs/full_inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ def full_inference_tab():
764764
info=i18n("The output information will be displayed here."),
765765
)
766766
vc_output2 = gr.Audio(label=i18n("Export Audio"))
767-
with gr.Tab(i18n("Download Music")):
768-
download_music_tab()
767+
with gr.Tab(i18n("Download Music")):
768+
download_music_tab()
769769
def update_dropdown_visibility(checkbox):
770770
return gr.update(visible=checkbox)
771771

0 commit comments

Comments
 (0)