Update app.py
Browse files
app.py
CHANGED
@@ -101,13 +101,13 @@ with gr.Blocks(css=css) as demo:
|
|
101 |
"
|
102 |
>
|
103 |
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
104 |
-
Music To
|
105 |
</h1>
|
106 |
</div>
|
107 |
<p style="margin-bottom: 10px; font-size: 94%">
|
108 |
Sends an audio into <a href="https://huggingface.co/spaces/seungheondoh/LP-Music-Caps-demo" target="_blank">LP-Music-Caps</a>
|
109 |
to generate a audio caption which is then translated to an illustrative image description with Llama2, and finally run through
|
110 |
-
|
111 |
Note: Only the first 30 seconds of your audio will be used for inference.
|
112 |
</p>
|
113 |
</div>""")
|
|
|
101 |
"
|
102 |
>
|
103 |
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
104 |
+
Music To Zeroscope Video
|
105 |
</h1>
|
106 |
</div>
|
107 |
<p style="margin-bottom: 10px; font-size: 94%">
|
108 |
Sends an audio into <a href="https://huggingface.co/spaces/seungheondoh/LP-Music-Caps-demo" target="_blank">LP-Music-Caps</a>
|
109 |
to generate a audio caption which is then translated to an illustrative image description with Llama2, and finally run through
|
110 |
+
Zeroscope to generate a 3s video from the audio ! <br /><br />
|
111 |
Note: Only the first 30 seconds of your audio will be used for inference.
|
112 |
</p>
|
113 |
</div>""")
|