Spaces:
Runtime error
Runtime error
Update gradio_examples.py
Browse files- gradio_examples.py +1 -0
gradio_examples.py
CHANGED
@@ -12,4 +12,5 @@ EXAMPLES = [
|
|
12 |
"A ticktock sound playing at the same rhythm with piano.",
|
13 |
],
|
14 |
[EXAMPLES_DIR / "water_drops.wav", "water drops"],
|
|
|
15 |
]
|
|
|
12 |
"A ticktock sound playing at the same rhythm with piano.",
|
13 |
],
|
14 |
[EXAMPLES_DIR / "water_drops.wav", "water drops"],
|
15 |
+
[EXAMPLES_DIR / "noisy_speech.wav", "speech"],
|
16 |
]
|