Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -150,10 +150,23 @@ with iface:
|
|
150 |
<h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
|
151 |
AudioLDM: Text-to-Audio Generation with Latent Diffusion Models
|
152 |
</h1>
|
153 |
-
</div>
|
|
|
|
|
|
|
|
|
154 |
</div>
|
155 |
"""
|
156 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
|
158 |
with gr.Group():
|
159 |
with gr.Box():
|
@@ -214,8 +227,10 @@ with iface:
|
|
214 |
gr.HTML(
|
215 |
"""
|
216 |
<div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
|
217 |
-
<p>Follow the latest update of AudioLDM on our<a href="https://github.com/
|
218 |
-
style="text-decoration: underline;" target="_blank"> Github repo</a> </p> <br>
|
|
|
|
|
219 |
</div>
|
220 |
"""
|
221 |
)
|
|
|
150 |
<h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
|
151 |
AudioLDM: Text-to-Audio Generation with Latent Diffusion Models
|
152 |
</h1>
|
153 |
+
</div> <p style="margin-bottom: 10px; font-size: 94%">
|
154 |
+
<a href="https://arxiv.org/abs/2301.12503">[Paper]</a> <a href="https://audioldm.github.io/">[Project
|
155 |
+
page]</a> <a href="https://huggingface.co/docs/diffusers/main/en/api/pipelines/audioldm">[🧨
|
156 |
+
Diffusers]</a>
|
157 |
+
</p>
|
158 |
</div>
|
159 |
"""
|
160 |
)
|
161 |
+
gr.HTML(
|
162 |
+
"""
|
163 |
+
<p>This is the demo for AudioLDM, powered by 🧨 Diffusers. Demo uses the checkpoint <a
|
164 |
+
href="https://huggingface.co/cvssp/audioldm-m-full"> audioldm-m-full </a>. For faster inference without waiting in
|
165 |
+
queue, you may duplicate the space and upgrade to a GPU in the settings. <br/> <a
|
166 |
+
href="https://huggingface.co/spaces/haoheliu/audioldm-text-to-audio-generation?duplicate=true"> <img
|
167 |
+
style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> <p/>
|
168 |
+
"""
|
169 |
+
)
|
170 |
|
171 |
with gr.Group():
|
172 |
with gr.Box():
|
|
|
227 |
gr.HTML(
|
228 |
"""
|
229 |
<div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
|
230 |
+
<p>Follow the latest update of AudioLDM on our<a href="https://github.com/haoheliu/AudioLDM"
|
231 |
+
style="text-decoration: underline;" target="_blank"> Github repo</a> </p> <br> <p>Model by <a
|
232 |
+
href="https://twitter.com/LiuHaohe" style="text-decoration: underline;" target="_blank">Haohe
|
233 |
+
Liu</a>. Code and demo by 🤗 Hugging Face.</p> <br>
|
234 |
</div>
|
235 |
"""
|
236 |
)
|