Ahsen Khaliq commited on
Commit
dc2c1a0
1 Parent(s): 524d013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -263,7 +263,17 @@ def inference(aud, effect_type,gain_dB,c0,c1,mix,width,max_length,stereo,tail):
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(
 
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
+ Now set the audio effect parameters. Here are some more insights into the controls:
268
+
269
+ effect_type - Choose from one of the pre-trained models.
270
+ gain_dB - Adjust the input gain. This can have a big effect since the effects are very nonlinear.
271
+ c0 and c1 - These are the effect controls which will adjust perceptual aspects of the effect, depending on the effect type. Very large values will often result in more extreme effects.
272
+ mix - Control the wet/dry mix of the effect.
273
+ width - Increase stereo width of the effect.
274
+ max_length - If you uploaded a very long file this will truncate it.
275
+ stereo - Convert mono input to stereo output.
276
+ tail - If checked, we will also compute the effect tail (nice for reverbs)."""
277
  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>"
278
 
279
  gr.Interface(