baguioni commited on
Commit
19d3c44
1 Parent(s): 076ac90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'>Record 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"],
 
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"],