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 f96d5f1 commit 749cb7bCopy full SHA for 749cb7b
app.py
@@ -27,10 +27,10 @@
27
28
rvc_theme = loadThemes.load_theme() or "NoCrypt/miku"
29
30
-with gr.Blocks(title="Advanced RVC Inference") as rvc:
+with gr.Blocks(title="Advanced RVC Inference", theme="Thatguy099/Sonix") as rvc:
31
gr.Markdown('<div align="center"><h1>Advanced RVC Inference</h1></a></div>')
32
gr.Markdown(
33
- '<div align="center">this project Maintained by <a href="https://discord.com/1314204512814235689">NeoDev</a></div>'
+ '<div align="center">this project Maintained by <a href="https://github.com/BF667">BF677</a></div>'
34
)
35
36
with gr.Tab(i18n("Full Inference")):
0 commit comments