Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
511ea28
1
Parent(s):
359933c
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ title = "Voice Fixer"
|
|
19 |
description = "Gradio demo for VoiceFixer: Toward General Speech Restoration With Neural Vocoder. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below."
|
20 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.13731' target='_blank'>VoiceFixer: Toward General Speech Restoration With Neural Vocoder</a> | <a href='https://github.com/haoheliu/voicefixer_main' target='_blank'>Github Repo</a></p>"
|
21 |
|
22 |
-
examples=[['bruce.wav']]
|
23 |
|
24 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, enable_queue=True).launch()
|
|
|
19 |
description = "Gradio demo for VoiceFixer: Toward General Speech Restoration With Neural Vocoder. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below."
|
20 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.13731' target='_blank'>VoiceFixer: Toward General Speech Restoration With Neural Vocoder</a> | <a href='https://github.com/haoheliu/voicefixer_main' target='_blank'>Github Repo</a></p>"
|
21 |
|
22 |
+
examples=[['bruce.wav','2']]
|
23 |
|
24 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, enable_queue=True).launch()
|