Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
1bc81f7
1
Parent(s):
e7427cd
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,6 @@ 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 |
-
['
|
17 |
]
|
18 |
gr.Interface(speechbrain, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|
|
|
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 |
]
|
18 |
gr.Interface(speechbrain, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|