Skip to content

Commit 96b8b8b

Browse files
author
NeoDev
authored
Fin
1 parent 9944393 commit 96b8b8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Import Tabs
2222
from tabs.inference.inference import inference_tab
2323
from tabs.download.download import download_tab
24-
24+
from tabs.theme_loader.theme_loader import theme_loader
2525
# Run prerequisites
2626
from rvc.lib.tools.prerequisites_download import prerequisites_download_pipeline
2727
prerequisites_download_pipeline(models=True, exe=True)
@@ -46,8 +46,7 @@
4646
download_tab()
4747

4848
with gr.Tab("Settings"):
49-
gr.Markdown("On Progress...")
50-
#settings_tab()
49+
theme_loader()
5150

5251
gr.Markdown(
5352
"""

0 commit comments

Comments
 (0)