9voltfan2009 commited on
Commit
f7e72d5
·
verified ·
1 Parent(s): 47022b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -2,7 +2,7 @@ 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("""
6
- 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)
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.")
6
+ gr.Markdown("## [Click here to visit my RVC voice models!](https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa")
7
+
8
  demo.launch()