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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ 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(
280
  inference,
 
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><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_steerablenafx' alt='visitor badge'></center>"
278
 
279
  gr.Interface(
280
  inference,