fffiloni commited on
Commit
e769dfc
1 Parent(s): 9200bb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(css=css) as demo:
112
  </p>
113
  </div>""")
114
  audio_input = gr.Audio(label="Music input", type="filepath", source="upload")
115
- infer_btn = gr.Button("Generate Image from Music")
116
  #lpmc_cap = gr.Textbox(label="Lp Music Caps caption")
117
  llama_trans_cap = gr.Textbox(label="Llama translation", visible=False)
118
  vid_result = gr.Video(label="Image Result")
 
112
  </p>
113
  </div>""")
114
  audio_input = gr.Audio(label="Music input", type="filepath", source="upload")
115
+ infer_btn = gr.Button("Generate Video from Music")
116
  #lpmc_cap = gr.Textbox(label="Lp Music Caps caption")
117
  llama_trans_cap = gr.Textbox(label="Llama translation", visible=False)
118
  vid_result = gr.Video(label="Image Result")