Xubo-Liu commited on
Commit
0a03745
1 Parent(s): 748d8a5

Update gradio_examples.py

Browse files
Files changed (1) hide show
  1. 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
  ]