Update app.py
Browse files
app.py
CHANGED
|
@@ -17,8 +17,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 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()
|
|
|
|
| 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("## For more voice models, click [here](https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa)!")
|
|
|
|
|
|
|
| 21 |
|
| 22 |
demo.launch()
|