Spaces:
Running
Running
admin
commited on
Commit
Β·
8dcb7d8
1
Parent(s):
1104333
upd video
Browse files
app.py
CHANGED
@@ -486,10 +486,11 @@ url = {https://github.com/monetjoe/EMusicGen}
|
|
486 |
)
|
487 |
|
488 |
with gr.Column():
|
489 |
-
gr.
|
490 |
-
""
|
491 |
-
|
492 |
-
|
|
|
493 |
)
|
494 |
wav_audio = gr.Audio(label="Audio", type="filepath")
|
495 |
midi_file = gr.File(label="Download MIDI")
|
|
|
486 |
)
|
487 |
|
488 |
with gr.Column():
|
489 |
+
gr.Video(
|
490 |
+
"https://www.modelscope.cn/studio/monetjoe/EMusicGen/resolve/master/src/tutorial.mp4",
|
491 |
+
label="Tutorial",
|
492 |
+
show_download_button=False,
|
493 |
+
show_share_button=False,
|
494 |
)
|
495 |
wav_audio = gr.Audio(label="Audio", type="filepath")
|
496 |
midi_file = gr.File(label="Download MIDI")
|