Spaces:
Runtime error
Runtime error
add duplicate spaces badge (#6)
Browse files- add duplicate spaces badge (4dc1f3193556b6649b91bce55567e5d7f0e1363f)
Co-authored-by: AK <akhaliq@users.noreply.huggingface.co>
app.py
CHANGED
@@ -189,6 +189,12 @@ with iface:
|
|
189 |
</div>
|
190 |
"""
|
191 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
with gr.Group():
|
193 |
with gr.Box():
|
194 |
############# Input
|
|
|
189 |
</div>
|
190 |
"""
|
191 |
)
|
192 |
+
gr.HTML("""
|
193 |
+
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
194 |
+
<br/>
|
195 |
+
<a href="https://huggingface.co/spaces/haoheliu/audioldm-text-to-audio-generation?duplicate=true">
|
196 |
+
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
197 |
+
<p/>""")
|
198 |
with gr.Group():
|
199 |
with gr.Box():
|
200 |
############# Input
|