baguioni commited on
Commit
70da4fb
1 Parent(s): f442fb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ inputs = gr.inputs.Audio(label="Input Audio", type="filepath", source="microphon
21
  outputs = gr.outputs.Textbox(label="Voice timestamps", type="auto")
22
  title = "Voice Activity Detection"
23
  description = "Record or upload an audio file and detected voices will be timestamped."
24
- examples = ['samples/talk.wav', 'samples/talk2.wav', 'samples/silence.wav', ]
25
  article = "pyannote, https://github.com/pyannote/pyannote-audio"
26
 
27
  gr.Interface(inference,
 
21
  outputs = gr.outputs.Textbox(label="Voice timestamps", type="auto")
22
  title = "Voice Activity Detection"
23
  description = "Record or upload an audio file and detected voices will be timestamped."
24
+ examples = ['talk.wav', 'talk2.wav', 'silence.wav', ]
25
  article = "pyannote, https://github.com/pyannote/pyannote-audio"
26
 
27
  gr.Interface(inference,