9voltfan2009 commited on
Commit
7c9f316
·
verified ·
1 Parent(s): 8d1d0ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -3,9 +3,6 @@ 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
- gr.Markdown("""
7
- Click [here](https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa) to visit my RVC voice models!
8
- """)
9
 
10
  gr.Markdown("# Example Voice Models:")
11
  gr.Markdown("### Made by using the [Pauline (Donkey Kong Bananza)](https://huggingface.co/9voltfan2009/Pauline-DonkeyKongBananza/tree/main) voice model:")
@@ -20,4 +17,8 @@ with gr.Blocks(css="style.css") as demo:
20
  gr.Markdown("### Made by using the [9-Volt (WarioWare)](https://huggingface.co/9voltfan2009/9-Volt-WarioWare/tree/main) voice model:")
21
  gr.Audio(value="output - 2025-07-20T133831.187.wav", type="filepath")
22
 
 
 
 
 
23
  demo.launch()
 
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:")
 
17
  gr.Markdown("### Made by using the [9-Volt (WarioWare)](https://huggingface.co/9voltfan2009/9-Volt-WarioWare/tree/main) voice model:")
18
  gr.Audio(value="output - 2025-07-20T133831.187.wav", type="filepath")
19
 
20
+ gr.Markdown("""##
21
+ For more voice models, click [here](https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa)!
22
+ """)
23
+
24
  demo.launch()