Ahsen Khaliq commited on
Commit
0cfd8f2
1 Parent(s): 0648b6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def inference(audio):
33
  #os.system('python separate_scripts/separate.py --audio_path=' +audio.name+' --source_type="vocals"')
34
  return 'sep_vocals.mp3', 'sep_accompaniment.mp3'
35
  title = "Music Source Separation"
36
- description = "Gradio demo for Music Source Separation. To use it, simply add your audio, or click one of the examples to load them. Please trim audio files to 10 seconds or less for faster inference time on cpu. Currently supports .wav files. Read more at the links below."
37
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.05418'>Decoupling Magnitude and Phase Estimation with Deep ResUNet for Music Source Separation</a> | <a href='https://github.com/bytedance/music_source_separation'>Github Repo</a></p>"
38
 
39
  examples = [['example.wav']]
33
  #os.system('python separate_scripts/separate.py --audio_path=' +audio.name+' --source_type="vocals"')
34
  return 'sep_vocals.mp3', 'sep_accompaniment.mp3'
35
  title = "Music Source Separation"
36
+ description = "Gradio demo for Music Source Separation. To use it, simply add your audio, or click one of the examples to load them. Input Audio is trimmed to 6 seconds to keep inference time fast for each user on cpu. Currently supports .wav files. Read more at the links below."
37
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.05418'>Decoupling Magnitude and Phase Estimation with Deep ResUNet for Music Source Separation</a> | <a href='https://github.com/bytedance/music_source_separation'>Github Repo</a></p>"
38
 
39
  examples = [['example.wav']]