Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,16 +28,7 @@ yolo_model = get_yolo_model(model_path='weights/icon_detect/model.pt')
|
|
28 |
caption_model_processor = get_caption_model_processor(model_name="florence2", model_name_or_path="weights/icon_caption")
|
29 |
# caption_model_processor = get_caption_model_processor(model_name="blip2", model_name_or_path="weights/icon_caption_blip2")
|
30 |
|
31 |
-
MARKDOWN = """
|
32 |
-
# OmniParser V2 for Pure Vision Based General GUI Agent 🔥
|
33 |
-
<div>
|
34 |
-
<a href="https://arxiv.org/pdf/2408.00203">
|
35 |
-
<img src="https://img.shields.io/badge/arXiv-2408.00203-b31b1b.svg" alt="Arxiv" style="display:inline-block;">
|
36 |
-
</a>
|
37 |
-
</div>
|
38 |
-
|
39 |
-
OmniParser is a screen parsing tool to convert general GUI screen to structured elements.
|
40 |
-
"""
|
41 |
|
42 |
DEVICE = torch.device('cuda')
|
43 |
|
|
|
28 |
caption_model_processor = get_caption_model_processor(model_name="florence2", model_name_or_path="weights/icon_caption")
|
29 |
# caption_model_processor = get_caption_model_processor(model_name="blip2", model_name_or_path="weights/icon_caption_blip2")
|
30 |
|
31 |
+
MARKDOWN = """"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
DEVICE = torch.device('cuda')
|
34 |
|