Spaces:
Sleeping
Sleeping
Commit
·
2cdfcf0
1
Parent(s):
f4ab270
feat: Add examples
Browse files
app.py
CHANGED
|
@@ -71,6 +71,11 @@ demo = gr.Interface(
|
|
| 71 |
title=TITLE,
|
| 72 |
description=DESCRIPTION,
|
| 73 |
allow_flagging="never",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
)
|
| 75 |
|
| 76 |
demo.launch()
|
|
|
|
| 71 |
title=TITLE,
|
| 72 |
description=DESCRIPTION,
|
| 73 |
allow_flagging="never",
|
| 74 |
+
examples=[
|
| 75 |
+
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/bornholmsk.wav",
|
| 76 |
+
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/s%C3%B8nderjysk.wav",
|
| 77 |
+
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/nordjysk.wav",
|
| 78 |
+
],
|
| 79 |
)
|
| 80 |
|
| 81 |
demo.launch()
|