hagenw commited on
Commit
e779703
1 Parent(s): a562b02

Add audio examples

Browse files
Files changed (3) hide show
  1. 03a01Fa.wav +0 -0
  2. 08a04Wc.wav +0 -0
  3. app.py +1 -0
03a01Fa.wav ADDED
Binary file (60.8 kB). View file
 
08a04Wc.wav ADDED
Binary file (57.8 kB). View file
 
app.py CHANGED
@@ -252,6 +252,7 @@ with gr.Blocks() as demo:
252
  label="Audio input",
253
  min_length=0.025, # seconds
254
  )
 
255
  gr.Markdown("Only the first second of the audio is processed.")
256
  submit_btn = gr.Button(value="Submit")
257
  with gr.Column():
 
252
  label="Audio input",
253
  min_length=0.025, # seconds
254
  )
255
+ gr.Examples(["03a01Fa.wav", "08a04Wc.wav"], [input])
256
  gr.Markdown("Only the first second of the audio is processed.")
257
  submit_btn = gr.Button(value="Submit")
258
  with gr.Column():