yuhangzang commited on
Commit
7be5aa5
Β·
1 Parent(s): a059c46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -21,7 +21,7 @@ through `human language vocabulary`, all made possible by using multimodal large
21
 
22
  🀝 This demo is still under construction. Your comments or suggestions are welcome!
23
 
24
- ⚑ For faster inference without waiting in queue, you may duplicate the space and use the GPU setting:
25
  <a href="https://huggingface.co/spaces/yuhangzang/ContextDet-Demo?duplicate=true">
26
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
27
  <p/>
@@ -34,7 +34,11 @@ We would be grateful if you consider star our <a href="https://github.com/yuhang
34
  πŸ“ **Citation**
35
  We would be grateful if you consider citing our work if you find it useful:
36
  ```bibtex
37
- @article{
 
 
 
 
38
  }
39
  ```
40
 
 
21
 
22
  🀝 This demo is still under construction. Your comments or suggestions are welcome!
23
 
24
+ ⚑ For faster inference without waiting in the queue, you may duplicate the space and use the GPU setting:
25
  <a href="https://huggingface.co/spaces/yuhangzang/ContextDet-Demo?duplicate=true">
26
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
27
  <p/>
 
34
  πŸ“ **Citation**
35
  We would be grateful if you consider citing our work if you find it useful:
36
  ```bibtex
37
+ @article{zang2023contextual,
38
+ author = {Zang, Yuhang and Li, Wei and Han, Jun, and Zhou, Kaiyang and Loy, Chen Change},
39
+ title = {Contextual Object Detection with Multimodal Large Language Models},
40
+ journal = {arXiv preprint arXiv:2305.18279},
41
+ year = {2023}
42
  }
43
  ```
44