9voltfan2009 commited on
Commit
a615972
·
verified ·
1 Parent(s): 4afa537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -1,12 +1,9 @@
1
  import gradio as gr
2
 
3
- def title():
4
  with gr.Blocks(css="style.css") as demo:
5
  gr.Markdown("# 9-Volt Fan's RVC Voice Models")
6
- 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")
7
-
8
- def audio1():
9
- with gr.Blocks() as demo:
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:")
12
  gr.Audio(value="output - 2025-07-29T170308.496.wav", type="filepath", label="Audio Sample")
 
1
  import gradio as gr
2
 
3
+
4
  with gr.Blocks(css="style.css") as demo:
5
  gr.Markdown("# 9-Volt Fan's RVC Voice Models")
6
+ 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")
 
 
 
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:")
9
  gr.Audio(value="output - 2025-07-29T170308.496.wav", type="filepath", label="Audio Sample")