Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|