Junfeng5 commited on
Commit
62a76cd
1 Parent(s): 2aac0e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -409,7 +409,7 @@ def visual_prompt_preview(img, prompt_mode):
409
 
410
  with gr.Blocks() as demo:
411
  gr.Markdown('# GLEE: General Object Foundation Model for Images and Videos at Scale')
412
- gr.Markdown('## [Paper](ArXiv) - [Project Page](https://glee-vision.github.io) - [Code](https://github.com/FoundationVision/GLEE) ')
413
 
414
  gr.Markdown(
415
  '**The functionality demonstration demo app of GLEE. Select a Tab for image or video tasks. Image tasks includes arbitrary vocabulary object detection&segmentation, any form of object name or object caption detection, referring expression comprehension, and interactive segmentation. Video tasks add object tracking functionality based on image tasks.**'
 
409
 
410
  with gr.Blocks() as demo:
411
  gr.Markdown('# GLEE: General Object Foundation Model for Images and Videos at Scale')
412
+ gr.Markdown('## [Paper](https://arxiv.org/abs/2312.09158) - [Project Page](https://glee-vision.github.io) - [Code](https://github.com/FoundationVision/GLEE) ')
413
 
414
  gr.Markdown(
415
  '**The functionality demonstration demo app of GLEE. Select a Tab for image or video tasks. Image tasks includes arbitrary vocabulary object detection&segmentation, any form of object name or object caption detection, referring expression comprehension, and interactive segmentation. Video tasks add object tracking functionality based on image tasks.**'