mbrack commited on
Commit
f8b943b
·
2 Parent(s): c4e0b79 9b281a6

Merge branch 'main' of https://huggingface.co/spaces/AIML-TUDA/semantic-diffusion into main

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -389,6 +389,12 @@ with block:
389
  </div>
390
  """
391
  )
 
 
 
 
 
 
392
  with gr.Group():
393
  with gr.Box():
394
  with gr.Row().style(mobile_collapse=False, equal_height=True):
 
389
  </div>
390
  """
391
  )
392
+ gr.HTML("""
393
+ <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
394
+ <br/>
395
+ <a href="https://huggingface.co/spaces/AIML-TUDA/semantic-diffusion?duplicate=true">
396
+ <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
397
+ <p/>""")
398
  with gr.Group():
399
  with gr.Box():
400
  with gr.Row().style(mobile_collapse=False, equal_height=True):