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 2024c14 commit 6a13240Copy full SHA for 6a13240
app.py
@@ -38,7 +38,7 @@
38
39
# Define Gradio interface
40
with gr.Blocks(
41
- theme=my_applio, title="Advanced-RVC-Inference", css="footer{display:none !important}"
+ theme=my_theme, 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.")
0 commit comments