schnik commited on
Commit
6a5d6f8
1 Parent(s): 7cf452f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks() as demo:
29
  gr.Markdown('**WARNING**: <span style="color:orange">Multiple video examples have to be downloaded to use this UI properly. Please be patient, as the videos might take a moment to download.</span>')
30
  gr.Interface(fn=load_cached_video,
31
  inputs=[
32
- gr.Video(
33
  label="Original Video",
34
  min_length=5,
35
  interactive=False,
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
44
  ),
45
  gr.Radio([False, True],
46
  label="Use the LoRA version of the MusicGen Audio Decoder",
47
- value=False,
48
  info="If set to 'True' the MusicGen Audio Decoder models trained with LoRA "
49
  "(Low Rank Adaptation) are used. If set to 'False', the original "
50
  "MusicGen models are used instead."
 
29
  gr.Markdown('**WARNING**: <span style="color:orange">Multiple video examples have to be downloaded to use this UI properly. Please be patient, as the videos might take a moment to download.</span>')
30
  gr.Interface(fn=load_cached_video,
31
  inputs=[
32
+ gr.Video(value="./videos/n_1.mp4",
33
  label="Original Video",
34
  min_length=5,
35
  interactive=False,
 
44
  ),
45
  gr.Radio([False, True],
46
  label="Use the LoRA version of the MusicGen Audio Decoder",
47
+ value=True,
48
  info="If set to 'True' the MusicGen Audio Decoder models trained with LoRA "
49
  "(Low Rank Adaptation) are used. If set to 'False', the original "
50
  "MusicGen models are used instead."