Skip to content

Commit a8f3dd4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import sys, os
33
from tabs.full_inference import full_inference_tab
44
from tabs.download_model import download_model_tab
5-
from tabs.download_music import download_music_tab
65
from tabs.settings import select_themes_tab, lang_tab, restart_tab
76

87
now_dir = os.getcwd()
@@ -32,6 +31,7 @@
3231
with gr.Tab("Language Changer"):
3332
lang_tab()
3433
restart_tab()
34+
gr.Markdown("this project Maintained by [NeoDev](https://discord.com/1314204512814235689)")
3535

3636

3737

0 commit comments

Comments
 (0)