Ahsen Khaliq commited on
Commit
88641ba
1 Parent(s): 86f2b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Demucs: Music Source Separation in the Waveform Domain. 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/1911.13254' target='_blank'>Music Source Separation in the Waveform Domain</a> | <a href='https://github.com/facebookresearch/demucs' target='_blank'>Github Repo</a></p>"
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,