akhaliq HF staff commited on
Commit
5ddff53
1 Parent(s): 23a4e8b

add duplicate spaces badge

Browse files
Files changed (1) hide show
  1. app.py +7 -0
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'):