Ahsen Khaliq commited on
Commit
1d18900
1 Parent(s): 3b293d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ inputs = gr.inputs.Audio(label="Input Audio", type="file")
11
  outputs = "text"
12
  title = "Speechbrain Audio Classification"
13
  description = "Gradio demo for Audio Classification with SpeechBrain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
14
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2005.07143' target='_blank'>ECAPA-TDNN: Emphasized Channel Attention, Propagation and Aggregation in TDNN Based Speaker Verification</a> | <a href='https://github.com/speechbrain/speechbrain' '_blank'>Github Repo</a></p>"
15
  examples = [
16
  ['samples_audio_samples_example_fr.wav']
17
  ]
11
  outputs = "text"
12
  title = "Speechbrain Audio Classification"
13
  description = "Gradio demo for Audio Classification with SpeechBrain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
14
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2005.07143' target='_blank'>ECAPA-TDNN: Emphasized Channel Attention, Propagation and Aggregation in TDNN Based Speaker Verification</a> | <a href='https://github.com/speechbrain/speechbrain' target='_blank'>Github Repo</a></p>"
15
  examples = [
16
  ['samples_audio_samples_example_fr.wav']
17
  ]