Ahsen Khaliq commited on
Commit
dbcd721
1 Parent(s): 8e4e92c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def inference(audio):
18
  #os.system('python separate_scripts/separate.py --audio_path=' +audio.name+' --source_type="vocals"')
19
  return 'sep_vocals.mp3', 'sep_accompaniment.mp3'
20
  title = "Music Source Separation"
21
- description = "Gradio demo for Music Source Separation. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below. Currently supports .wav files"
22
  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>"
23
 
24
  examples = [['example.wav']]
 
18
  #os.system('python separate_scripts/separate.py --audio_path=' +audio.name+' --source_type="vocals"')
19
  return 'sep_vocals.mp3', 'sep_accompaniment.mp3'
20
  title = "Music Source Separation"
21
+ 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. Read more at the links below."
22
  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>"
23
 
24
  examples = [['example.wav']]