Spaces:
Sleeping
Sleeping
Commit
·
8cd000d
1
Parent(s):
b60fd95
feat: Add accent example
Browse files
app.py
CHANGED
|
@@ -75,6 +75,7 @@ demo = gr.Interface(
|
|
| 75 |
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/bornholmsk.wav",
|
| 76 |
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/soenderjysk.wav",
|
| 77 |
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/nordjysk.wav",
|
|
|
|
| 78 |
],
|
| 79 |
cache_examples=False,
|
| 80 |
)
|
|
|
|
| 75 |
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/bornholmsk.wav",
|
| 76 |
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/soenderjysk.wav",
|
| 77 |
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/nordjysk.wav",
|
| 78 |
+
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/accent.wav",
|
| 79 |
],
|
| 80 |
cache_examples=False,
|
| 81 |
)
|