JPMadsen commited on
Commit
a25b950
·
1 Parent(s): 7b42771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def inference(audio):
30
 
31
  return files
32
 
33
- article = "<p>Inspired by <a href='https://github.com/facebookresearch/demucs' target='_blank'>Demucs</a>\nCopyright &copy; 2023 JP Madsen</p"
34
 
35
  demo = gr.Interface(
36
  inference,
 
30
 
31
  return files
32
 
33
+ article = "Inspired by <p><a href='https://github.com/facebookresearch/demucs' target='_blank'>Demucs</a></p>\n<p>Copyright &copy; 2023 JP Madsen</p"
34
 
35
  demo = gr.Interface(
36
  inference,