Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 6 |
|
| 7 |
with gr.Blocks() as demo:
|
| 8 |
gr.Markdown("# Example Voice Models:")
|
| 9 |
-
gr.Markdown("### Made by using the [Pauline (Donkey Kong Bananza](https://huggingface.co/9voltfan2009/Pauline-DonkeyKongBananza/tree/main) voice model:")
|
| 10 |
gr.Audio(value="output - 2025-07-29T170308.496.wav", type="filepath", label="Audio Sample")
|
| 11 |
|
| 12 |
demo.launch()
|
|
|
|
| 6 |
|
| 7 |
with gr.Blocks() as demo:
|
| 8 |
gr.Markdown("# Example Voice Models:")
|
| 9 |
+
gr.Markdown("### Made by using the [Pauline (Donkey Kong Bananza)](https://huggingface.co/9voltfan2009/Pauline-DonkeyKongBananza/tree/main) voice model:")
|
| 10 |
gr.Audio(value="output - 2025-07-29T170308.496.wav", type="filepath", label="Audio Sample")
|
| 11 |
|
| 12 |
demo.launch()
|