Ahsen Khaliq commited on
Commit
08f9357
1 Parent(s): 7aaaf2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,6 +24,6 @@ title = "PedalBoard"
24
  description = "Gradio demo for PedalBoard: A Python library for adding effects to audio. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below."
25
  article = "<p style='text-align: center'><a href='https://engineering.atspotify.com/2021/09/07/introducing-pedalboard-spotifys-audio-effects-library-for-python/'>Introducing Pedalboard: Spotify’s Audio Effects Library for Python</a> | <a href='https://github.com/spotify/pedalboard'>Github Repo</a></p>"
26
 
27
- examples = [['samples.wav']]
28
 
29
  gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch(debug=True)
 
24
  description = "Gradio demo for PedalBoard: A Python library for adding effects to audio. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below."
25
  article = "<p style='text-align: center'><a href='https://engineering.atspotify.com/2021/09/07/introducing-pedalboard-spotifys-audio-effects-library-for-python/'>Introducing Pedalboard: Spotify’s Audio Effects Library for Python</a> | <a href='https://github.com/spotify/pedalboard'>Github Repo</a></p>"
26
 
27
+ examples = [['sample.wav']]
28
 
29
  gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch(debug=True)