Hmjz100 commited on
Commit
8096c48
·
verified ·
1 Parent(s): abf693b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks(title="MT3", theme=gr.themes.Soft()) as demo:
317
 
318
  with gr.Row():
319
  gr.Examples(
320
- examples=[['canon.flac'], ['download.wav']],
321
  label="示例",
322
  inputs=audio_input,
323
  outputs=midi_output,
 
317
 
318
  with gr.Row():
319
  gr.Examples(
320
+ examples=[['早安大森林.mp3'], ['canon.flac'], ['download.wav']],
321
  label="示例",
322
  inputs=audio_input,
323
  outputs=midi_output,