Skip to content

Commit f20af8d

Browse files
authored
Update app.py
1 parent d8c1cb7 commit f20af8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
full_inference_tab()
2727
with gr.Tab(i18n("Download Music")):
2828
download_music_tab()
29-
with gr.Tab(i18n("Download Model")):
30-
download_model_tab()
3129
with gr.Tab(i18n("Settings")):
32-
select_themes_tab()
33-
lang_tab()
30+
with gr.Tab("Theme Selection"):
31+
select_themes_tab()
32+
with gr.Tab("Language Changer"):
33+
lang_tab()
3434
restart_tab()
3535

3636

0 commit comments

Comments
 (0)