mbrack akhaliq HF staff commited on
Commit
96af558
1 Parent(s): b0e1b69

add duplicate spaces badge (#1)

Browse files

- add duplicate spaces badge (5f99851ab3debe7d2e23c8ab43566672c037d68c)


Co-authored-by: AK <akhaliq@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -251,6 +251,12 @@ with block:
251
  </div>
252
  """
253
  )
 
 
 
 
 
 
254
  with gr.Group():
255
  with gr.Box():
256
  with gr.Row().style(mobile_collapse=False, equal_height=True):
 
251
  </div>
252
  """
253
  )
254
+ gr.HTML("""
255
+ <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
256
+ <br/>
257
+ <a href="https://huggingface.co/spaces/AIML-TUDA/semantic-diffusion?duplicate=true">
258
+ <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
259
+ <p/>""")
260
  with gr.Group():
261
  with gr.Box():
262
  with gr.Row().style(mobile_collapse=False, equal_height=True):