Hmjz100 commited on
Commit
abf693b
·
verified ·
1 Parent(s): 17fab26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -319,7 +319,9 @@ with gr.Blocks(title="MT3", theme=gr.themes.Soft()) as demo:
319
  gr.Examples(
320
  examples=[['canon.flac'], ['download.wav']],
321
  label="示例",
322
- inputs=audio_input
 
 
323
  )
324
 
325
  with gr.Row():
 
319
  gr.Examples(
320
  examples=[['canon.flac'], ['download.wav']],
321
  label="示例",
322
+ inputs=audio_input,
323
+ outputs=midi_output,
324
+ cache_examples=True
325
  )
326
 
327
  with gr.Row():