Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
b577c75
1
Parent(s):
83a4d2d
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,9 @@ outputs = [
|
|
17 |
]
|
18 |
|
19 |
title = "Speech Seperation"
|
20 |
-
description = "demo for Speech Seperation by SpeechBrain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
|
21 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.13154'>Attention is All You Need in Speech Separation</a> | <a href='https://github.com/speechbrain/speechbrain/tree/develop/recipes/WSJ0Mix/separation'>Github Repo</a></p>"
|
22 |
examples = [
|
23 |
-
['
|
24 |
]
|
25 |
gr.Interface(speechbrain, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|
|
|
17 |
]
|
18 |
|
19 |
title = "Speech Seperation"
|
20 |
+
description = "Gradio demo for Speech Seperation by SpeechBrain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
|
21 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.13154'>Attention is All You Need in Speech Separation</a> | <a href='https://github.com/speechbrain/speechbrain/tree/develop/recipes/WSJ0Mix/separation'>Github Repo</a></p>"
|
22 |
examples = [
|
23 |
+
['samples_audio_samples_test_mixture.wav']
|
24 |
]
|
25 |
gr.Interface(speechbrain, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|