admin commited on
Commit
8dcb7d8
Β·
1 Parent(s): 1104333
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -486,10 +486,11 @@ url = {https://github.com/monetjoe/EMusicGen}
486
  )
487
 
488
  with gr.Column():
489
- gr.Markdown(
490
- """## Tutorial
491
- <video src='https://www.modelscope.cn/studio/monetjoe/EMusicGen/resolve/master/src/tutorial.mp4' controls></video>
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")