9voltfan2009's picture
Update app.py
a2ee960 verified
raw
history blame
392 Bytes
import gradio as gr
with gr.Blocks(css="style.css") as demo:
gr.Markdown("# 9-Volt Fan's RVC Voice Models")
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")
demo.launch()