9voltfan2009 commited on
Commit
00e8541
·
verified ·
1 Parent(s): 55c34e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -9,7 +9,14 @@ 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
  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()
 
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
  gr.Markdown("### Made by using the [Nikki Maxwell (Dork Diaries)](https://huggingface.co/9voltfan2009/NikkiMaxwell-DorkDiaries/tree/main) voice model:")
14
  gr.Audio(value="output - 2025-07-27T173109.397.wav", type="filepath")
15
 
16
+ gr.Markdown("### Made by using the [MacKenzie Hollister (Dork Diaries)](https://huggingface.co/9voltfan2009/MacKenzieHollister-DorkDiaries/tree/main) voice model:")
17
+ gr.Audio(value="output - 2025-07-21T181555.114.wav", type="filepath")
18
+
19
+ gr.Markdown("### Made by using the [9-Volt (WarioWare)](https://huggingface.co/9voltfan2009/9-Volt-WarioWare/tree/main) voice model:")
20
+ gr.Audio(value="output - 2025-07-20T133831.187.wav", type="filepath")
21
+
22
  demo.launch()