Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def inference(audio_file):
|
|
20 |
inputs = gr.inputs.Audio(label="Input Audio", type="filepath", source="upload")
|
21 |
outputs = gr.outputs.Textbox(label="Voice timestamps", type="auto")
|
22 |
title = "Voice Activity Detection"
|
23 |
-
description = "<p style='text-align: center'>
|
24 |
article = "<p style='text-align: center'>Model by pyannote, https://github.com/pyannote/pyannote-audio</p>"
|
25 |
examples = [["talk.wav"],
|
26 |
["talk2.wav"],
|
|
|
20 |
inputs = gr.inputs.Audio(label="Input Audio", type="filepath", source="upload")
|
21 |
outputs = gr.outputs.Textbox(label="Voice timestamps", type="auto")
|
22 |
title = "Voice Activity Detection"
|
23 |
+
description = "<p style='text-align: center'>Upload an audio file and detected voices will be timestamped.</p>"
|
24 |
article = "<p style='text-align: center'>Model by pyannote, https://github.com/pyannote/pyannote-audio</p>"
|
25 |
examples = [["talk.wav"],
|
26 |
["talk2.wav"],
|