Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import gradio as gr
|
|
| 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 |
|
| 7 |
gr.Markdown("# Example Voice Models:")
|
| 8 |
gr.Markdown("### Made by using the [Pauline (Donkey Kong Bananza)](https://huggingface.co/9voltfan2009/Pauline-DonkeyKongBananza/tree/main) voice model:")
|
|
|
|
| 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("### UPDATE AS OF 6/7/2026: Voice Model Requests are Permanently Closed Due to Numerous Requests from DonMcD.")
|
| 7 |
|
| 8 |
gr.Markdown("# Example Voice Models:")
|
| 9 |
gr.Markdown("### Made by using the [Pauline (Donkey Kong Bananza)](https://huggingface.co/9voltfan2009/Pauline-DonkeyKongBananza/tree/main) voice model:")
|