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 1e87c3a commit 1ff653aCopy full SHA for 1ff653a
app.py
@@ -38,13 +38,14 @@
38
39
# Define Gradio interface
40
with gr.Blocks(
41
- theme=my_applio, title="Applio", css="footer{display:none !important}"
+ theme=my_applio, title="Advanced-RVC-Inference", css="footer{display:none !important}"
42
) as adrvc:
43
gr.Markdown("# Advanced-RVC-Inference")
44
gr.Markdown("A simple, high-quality voice conversion tool focused on ease of use and performance.")
45
gr.Markdown("[Support](https://discord.gg/hvmsukmBHE) — [GitHub](https://github.com/ArkanDash/Advanced-RVC-Inference.git)")
46
)
47
48
+
49
with gr.Tab("Inference"):
50
inference_tab()
51
0 commit comments