Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,8 +122,10 @@ def video_to_audio_and_speech(video: gr.Video, prompt: str, v2a_num_steps: int,
|
|
122 |
video_to_audio_and_speech_tab = gr.Interface(
|
123 |
fn=video_to_audio_and_speech,
|
124 |
description="""
|
125 |
-
|
126 |
Code: <a href="https://github.com/acappemin/DeepAudio-V1">https://github.com/acappemin/DeepAudio-V1</a><br>
|
|
|
|
|
127 |
""",
|
128 |
inputs=[
|
129 |
gr.Video(label="Input Video"),
|
|
|
122 |
video_to_audio_and_speech_tab = gr.Interface(
|
123 |
fn=video_to_audio_and_speech,
|
124 |
description="""
|
125 |
+
Paper: <a href="https://arxiv.org/abs/2503.22265">https://arxiv.org/abs/2503.22265</a><br>
|
126 |
Code: <a href="https://github.com/acappemin/DeepAudio-V1">https://github.com/acappemin/DeepAudio-V1</a><br>
|
127 |
+
Project page: <a href="https://acappemin.github.io/DeepAudio-V1.github.io">https://acappemin.github.io/DeepAudio-V1.github.io</a><br>
|
128 |
+
Models: <a href="https://huggingface.co/lshzhm/DeepAudio-V1/tree/main">https://huggingface.co/lshzhm/DeepAudio-V1/tree/main</a><br>
|
129 |
""",
|
130 |
inputs=[
|
131 |
gr.Video(label="Input Video"),
|