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 f20af8d commit a8f3dd4Copy full SHA for a8f3dd4
app.py
@@ -2,7 +2,6 @@
2
import sys, os
3
from tabs.full_inference import full_inference_tab
4
from tabs.download_model import download_model_tab
5
-from tabs.download_music import download_music_tab
6
from tabs.settings import select_themes_tab, lang_tab, restart_tab
7
8
now_dir = os.getcwd()
@@ -32,6 +31,7 @@
32
31
with gr.Tab("Language Changer"):
33
lang_tab()
34
restart_tab()
+ gr.Markdown("this project Maintained by [NeoDev](https://discord.com/1314204512814235689)")
35
36
37
0 commit comments