ginipick commited on
Commit
a499933
·
verified ·
1 Parent(s): c988f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -26,14 +26,8 @@ caption_model_processor = get_caption_model_processor(model_name="florence2", mo
26
 
27
  # Markdown header text
28
  MARKDOWN = """
29
- # OmniParser V2 for Pure Vision Based General GUI Agent 🔥
30
- <div>
31
- <a href="https://arxiv.org/pdf/2408.00203">
32
- <img src="https://img.shields.io/badge/arXiv-2408.00203-b31b1b.svg" alt="Arxiv" style="display:inline-block;">
33
- </a>
34
- </div>
35
- OmniParser converts general GUI screens into structured elements using pure vision-based parsing.
36
- """
37
 
38
  DEVICE = torch.device('cuda')
39
 
 
26
 
27
  # Markdown header text
28
  MARKDOWN = """
29
+ # OmniParser V2 Pro🔥
30
+
 
 
 
 
 
 
31
 
32
  DEVICE = torch.device('cuda')
33