Spaces:
Runtime error
Runtime error
add duplicate spaces badge (#1)
Browse files- add duplicate spaces badge (9557a033d3a96fcac7b6ba1a587001f934cf9d22)
app.py
CHANGED
@@ -38,6 +38,14 @@ with gr.Blocks(css='style.css') as demo:
|
|
38 |
</div>
|
39 |
""")
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
with gr.Tab('Zero-Shot Text2Video'):
|
42 |
# pass
|
43 |
create_demo_text_to_video(model)
|
|
|
38 |
</div>
|
39 |
""")
|
40 |
|
41 |
+
|
42 |
+
gr.HTML("""
|
43 |
+
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
44 |
+
<br/>
|
45 |
+
<a href="https://huggingface.co/spaces/PAIR/Text2Video-Zero?duplicate=true">
|
46 |
+
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
47 |
+
</p>""")
|
48 |
+
|
49 |
with gr.Tab('Zero-Shot Text2Video'):
|
50 |
# pass
|
51 |
create_demo_text_to_video(model)
|