Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
88641ba
1
Parent(s):
86f2b45
Update app.py
Browse files
app.py
CHANGED
@@ -263,8 +263,8 @@ def inference(aud, effect_type):
|
|
263 |
return "output.mp3"
|
264 |
|
265 |
title = "Steerable nafx"
|
266 |
-
description = "Gradio demo for
|
267 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/
|
268 |
|
269 |
gr.Interface(
|
270 |
inference,
|
|
|
263 |
return "output.mp3"
|
264 |
|
265 |
title = "Steerable nafx"
|
266 |
+
description = "Gradio demo for Steerable discovery of neural audio effects. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
|
267 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.02926' target='_blank'>Steerable discovery of neural audio effects</a> | <a href='https://github.com/csteinmetz1/steerable-nafx' target='_blank'>Github Repo</a></p>"
|
268 |
|
269 |
gr.Interface(
|
270 |
inference,
|