Spaces:
Running
Running
Update app.py
Browse files
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():
|