nikigoli commited on
Commit
20b771d
1 Parent(s): d3cb7f0

Added paper link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ with gr.Blocks(title="CountGD: Multi-Modal Open-World Counting", theme="soft", h
449
  # <center>CountGD: Multi-Modal Open-World Counting
450
  <center><h3>Count objects with text, visual exemplars, or both together.</h3>
451
  <h3>Scroll down to try more examples</h3>
452
- <h3><a href='https://github.com/niki-amini-naieni/CountGD/' target='_blank' rel='noopener'>[paper]</a>
453
  <a href='https://github.com/niki-amini-naieni/CountGD/' target='_blank' rel='noopener'>[code]</a></h3>
454
  Limitation: this app does not support fine-grained counting based on attributes or visual grounding inputs yet.</center>
455
  """
 
449
  # <center>CountGD: Multi-Modal Open-World Counting
450
  <center><h3>Count objects with text, visual exemplars, or both together.</h3>
451
  <h3>Scroll down to try more examples</h3>
452
+ <h3><a href='https://arxiv.org/abs/2407.04619' target='_blank' rel='noopener'>[paper]</a>
453
  <a href='https://github.com/niki-amini-naieni/CountGD/' target='_blank' rel='noopener'>[code]</a></h3>
454
  Limitation: this app does not support fine-grained counting based on attributes or visual grounding inputs yet.</center>
455
  """