Spaces:
Runtime error
Runtime error
add duplicate spaces badge
#3
by
akhaliq
HF staff
- opened
app.py
CHANGED
@@ -54,6 +54,13 @@ This gradio demo is for a simple experience of T2I-Adapter:
|
|
54 |
|
55 |
with gr.Blocks(css='style.css') as demo:
|
56 |
gr.Markdown(DESCRIPTION)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
with gr.Tabs():
|
59 |
with gr.TabItem('Keypose'):
|
|
|
54 |
|
55 |
with gr.Blocks(css='style.css') as demo:
|
56 |
gr.Markdown(DESCRIPTION)
|
57 |
+
|
58 |
+
gr.HTML("""
|
59 |
+
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
60 |
+
<br/>
|
61 |
+
<a href="https://huggingface.co/spaces/Adapter/T2I-Adapter?duplicate=true">
|
62 |
+
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
63 |
+
<p/>""")
|
64 |
|
65 |
with gr.Tabs():
|
66 |
with gr.TabItem('Keypose'):
|