9voltfan2009 commited on
Commit
3c84ec5
·
verified ·
1 Parent(s): 4a2a4fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,5 +9,7 @@ with gr.Blocks(css="style.css") as demo:
9
  gr.Markdown("# Example Voice Models:")
10
  gr.Markdown("### Made by using the [Pauline (Donkey Kong Bananza)](https://huggingface.co/9voltfan2009/Pauline-DonkeyKongBananza/tree/main) voice model:")
11
  gr.Audio(value="output - 2025-07-29T170308.496.wav", type="filepath")
 
 
12
 
13
  demo.launch()
 
9
  gr.Markdown("# Example Voice Models:")
10
  gr.Markdown("### Made by using the [Pauline (Donkey Kong Bananza)](https://huggingface.co/9voltfan2009/Pauline-DonkeyKongBananza/tree/main) voice model:")
11
  gr.Audio(value="output - 2025-07-29T170308.496.wav", type="filepath")
12
+ gr.Markdown("### Made by using the [Nikki Maxwell (Dork Diaries)](https://huggingface.co/9voltfan2009/NikkiMaxwell-DorkDiaries/tree/main) voice model:")
13
+ gr.Audio(value="output - 2025-07-27T173109.397.wav", type="filepath")
14
 
15
  demo.launch()