oniati commited on
Commit
4866cd0
1 Parent(s): 50661fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ description = "MT3:多任务多音轨音乐转录的 Gradio 演示。要使用
320
 
321
  article = "<p style='text-align: center'>出错了?试试把文件转换为MP3后再上传吧~</p><p style='text-align: center'><a href='https://arxiv.org/abs/2111.03017' target='_blank'>MT3: 多任务多音轨音乐转录</a> | <a href='https://github.com/hmjz100/mt3' target='_blank'>Github 仓库</a></p>"
322
 
323
- examples=[['canon.flac'], ['download.wav']]
324
 
325
  gr.Interface(
326
  inference,
 
320
 
321
  article = "<p style='text-align: center'>出错了?试试把文件转换为MP3后再上传吧~</p><p style='text-align: center'><a href='https://arxiv.org/abs/2111.03017' target='_blank'>MT3: 多任务多音轨音乐转录</a> | <a href='https://github.com/hmjz100/mt3' target='_blank'>Github 仓库</a></p>"
322
 
323
+ examples=[['download.wav']]
324
 
325
  gr.Interface(
326
  inference,