Skip to content

Commit 1ff653a

Browse files
author
NeoDev
authored
Update app.py
1 parent 1e87c3a commit 1ff653a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@
3838

3939
# Define Gradio interface
4040
with gr.Blocks(
41-
theme=my_applio, title="Applio", css="footer{display:none !important}"
41+
theme=my_applio, title="Advanced-RVC-Inference", css="footer{display:none !important}"
4242
) as adrvc:
4343
gr.Markdown("# Advanced-RVC-Inference")
4444
gr.Markdown("A simple, high-quality voice conversion tool focused on ease of use and performance.")
4545
gr.Markdown("[Support](https://discord.gg/hvmsukmBHE) — [GitHub](https://github.com/ArkanDash/Advanced-RVC-Inference.git)")
4646
)
4747

48+
4849
with gr.Tab("Inference"):
4950
inference_tab()
5051

0 commit comments

Comments
 (0)