Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,5 @@ import gradio as gr
|
|
| 2 |
|
| 3 |
with gr.Blocks(css="style.css") as demo:
|
| 4 |
gr.Markdown("# 9-Volt Fan's RVC Voice Models")
|
| 5 |
-
gr.Markdown("## I make RVC voice models! To request a voice model, ask in the discussions, and I'll be able to make it just for you.")
|
| 6 |
-
gr.Markdown("[Click here to visit my RVC voice models!](https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa")
|
| 7 |
-
|
| 8 |
demo.launch()
|
|
|
|
| 2 |
|
| 3 |
with gr.Blocks(css="style.css") as demo:
|
| 4 |
gr.Markdown("# 9-Volt Fan's RVC Voice Models")
|
| 5 |
+
gr.Markdown("## I make RVC voice models! To request a voice model, ask in the discussions, and I'll be able to make it just for you. [Click here to visit my RVC voice models!](https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa")
|
|
|
|
|
|
|
| 6 |
demo.launch()
|