9voltfan2009 commited on
Commit
6a9f864
·
verified ·
1 Parent(s): d7110ac

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ gr.Markdown("<h1 style='font-size:40px;'>9-Volt Fan's RVC Voice Models</h1>")
3
+ gr.Markdown("<h4 style='font-size:25px;'>I make RVC voice models!</h4>")
4
+ gr.Markdown("<p>To request a voice model, ask in the discussions, and I'll be able to make it just for you.</p>")
5
+ gr.Markdown("<p><a href="https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa/" data-type="page"><strong>Click here to visit my RVC voice models!</strong></a></p>")
6
+ demo.launch()