Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = ['
|
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,
|