lshzhm commited on
Commit
7808cc2
·
1 Parent(s): e5b1a75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -353,8 +353,10 @@ def video_to_piano(video: gr.Video, prompt: str, num_steps: int):
353
  video_to_audio_tab = gr.Interface(
354
  fn=video_to_audio,
355
  description="""
356
- Project page: <a href="https://acappemin.github.io/Video-to-Audio-and-Piano.github.io">https://acappemin.github.io/Video-to-Audio-and-Piano.github.io</a><br>
357
  Code: <a href="https://github.com/acappemin/Video-to-Audio-and-Piano">https://github.com/acappemin/Video-to-Audio-and-Piano</a><br>
 
 
358
  """,
359
  inputs=[
360
  gr.Video(label="Input Video"),
@@ -383,8 +385,10 @@ video_to_audio_tab = gr.Interface(
383
  video_to_piano_tab = gr.Interface(
384
  fn=video_to_piano,
385
  description="""
386
- Project page: <a href="https://acappemin.github.io/Video-to-Audio-and-Piano.github.io">https://acappemin.github.io/Video-to-Audio-and-Piano.github.io</a><br>
387
  Code: <a href="https://github.com/acappemin/Video-to-Audio-and-Piano">https://github.com/acappemin/Video-to-Audio-and-Piano</a><br>
 
 
388
  """,
389
  inputs=[
390
  gr.Video(label="Input Video"),
 
353
  video_to_audio_tab = gr.Interface(
354
  fn=video_to_audio,
355
  description="""
356
+ Paper: <a href="https://arxiv.org/abs/2503.22200">https://arxiv.org/abs/2503.22200</a><br>
357
  Code: <a href="https://github.com/acappemin/Video-to-Audio-and-Piano">https://github.com/acappemin/Video-to-Audio-and-Piano</a><br>
358
+ Project page: <a href="https://acappemin.github.io/Video-to-Audio-and-Piano.github.io">https://acappemin.github.io/Video-to-Audio-and-Piano.github.io</a><br>
359
+ Models: <a href="https://huggingface.co/lshzhm/Video-to-Audio-and-Piano/tree/main">https://huggingface.co/lshzhm/Video-to-Audio-and-Piano/tree/main</a><br>
360
  """,
361
  inputs=[
362
  gr.Video(label="Input Video"),
 
385
  video_to_piano_tab = gr.Interface(
386
  fn=video_to_piano,
387
  description="""
388
+ Paper: <a href="https://arxiv.org/abs/2503.22200">https://arxiv.org/abs/2503.22200</a><br>
389
  Code: <a href="https://github.com/acappemin/Video-to-Audio-and-Piano">https://github.com/acappemin/Video-to-Audio-and-Piano</a><br>
390
+ Project page: <a href="https://acappemin.github.io/Video-to-Audio-and-Piano.github.io">https://acappemin.github.io/Video-to-Audio-and-Piano.github.io</a><br>
391
+ Models: <a href="https://huggingface.co/lshzhm/Video-to-Audio-and-Piano/tree/main">https://huggingface.co/lshzhm/Video-to-Audio-and-Piano/tree/main</a><br>
392
  """,
393
  inputs=[
394
  gr.Video(label="Input Video"),