update theme
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def speechbrain(input_obj, input_obj_type):
|
|
24 |
return "clean_audio_file.wav"
|
25 |
|
26 |
def main():
|
27 |
-
with gr.Blocks(title="Speech Enhancement", delete_cache=(86400, 86400), theme=gr.themes.
|
28 |
gr.Markdown("Gradio demo for Speech Enhancement by SpeechBrain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below.")
|
29 |
gr.Markdown("<p style='text-align: center'><a href='https://arxiv.org/abs/2010.13154' target='_blank'>Attention is All You Need in Speech Separation</a> | <a href='https://github.com/speechbrain/speechbrain/tree/develop/templates/enhancement' '_blank'>Github Repo</a></p>")
|
30 |
# examples = [
|
|
|
24 |
return "clean_audio_file.wav"
|
25 |
|
26 |
def main():
|
27 |
+
with gr.Blocks(title="Speech Enhancement", delete_cache=(86400, 86400), theme=gr.themes.Ocean()) as demo:
|
28 |
gr.Markdown("Gradio demo for Speech Enhancement by SpeechBrain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below.")
|
29 |
gr.Markdown("<p style='text-align: center'><a href='https://arxiv.org/abs/2010.13154' target='_blank'>Attention is All You Need in Speech Separation</a> | <a href='https://github.com/speechbrain/speechbrain/tree/develop/templates/enhancement' '_blank'>Github Repo</a></p>")
|
30 |
# examples = [
|