Pusheen commited on
Commit
6b087ca
1 Parent(s): 635c589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -565,9 +565,12 @@ with Blocks(
565
  </span>
566
  </p>
567
  <p>
 
568
  To identify the areas of interest based on specific spatial parameters, you need to (1) &#9000;&#65039; input the names of the concepts you're interested in <em> Grounding Instruction</em>, and (2) &#128433;&#65039; draw their corresponding bounding boxes using <em> Sketch Pad</em> -- the parsed boxes will automatically be showed up once you've drawn them.
569
  <br>
570
- For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/gligen/demo?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a>
 
 
571
  </p>
572
  """
573
  gr.HTML(description)
 
565
  </span>
566
  </p>
567
  <p>
568
+
569
  To identify the areas of interest based on specific spatial parameters, you need to (1) &#9000;&#65039; input the names of the concepts you're interested in <em> Grounding Instruction</em>, and (2) &#128433;&#65039; draw their corresponding bounding boxes using <em> Sketch Pad</em> -- the parsed boxes will automatically be showed up once you've drawn them.
570
  <br>
571
+ For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/LoCo/demo?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a>
572
+ <br>
573
+ This demo is based on the <a href="https://huggingface.co/spaces/gligen/demo/tree/main">GlIGen</a> and <a href="https://huggingface.co/spaces/silentchen/layout-guidance">Layout-guidance</a>.
574
  </p>
575
  """
576
  gr.HTML(description)