Skip to content

Commit 749cb7b

Browse files
authored
Update app.py
1 parent f96d5f1 commit 749cb7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727

2828
rvc_theme = loadThemes.load_theme() or "NoCrypt/miku"
2929

30-
with gr.Blocks(title="Advanced RVC Inference") as rvc:
30+
with gr.Blocks(title="Advanced RVC Inference", theme="Thatguy099/Sonix") as rvc:
3131
gr.Markdown('<div align="center"><h1>Advanced RVC Inference</h1></a></div>')
3232
gr.Markdown(
33-
'<div align="center">this project Maintained by <a href="https://discord.com/1314204512814235689">NeoDev</a></div>'
33+
'<div align="center">this project Maintained by <a href="https://github.com/BF667">BF677</a></div>'
3434
)
3535

3636
with gr.Tab(i18n("Full Inference")):

0 commit comments

Comments
 (0)