Spaces:
Build error
Build error
Commit
·
9b0aee1
1
Parent(s):
55e04ea
add readme
Browse files
app.py
CHANGED
|
@@ -51,6 +51,8 @@ MARKDOWN = """
|
|
| 51 |
</div>
|
| 52 |
|
| 53 |
OmniParser is a screen parsing tool to convert general GUI screen to structured elements.
|
|
|
|
|
|
|
| 54 |
"""
|
| 55 |
|
| 56 |
DEVICE = torch.device('cuda')
|
|
|
|
| 51 |
</div>
|
| 52 |
|
| 53 |
OmniParser is a screen parsing tool to convert general GUI screen to structured elements.
|
| 54 |
+
|
| 55 |
+
Follow on [X](https://x.com/jadechoghari) for more 🔥
|
| 56 |
"""
|
| 57 |
|
| 58 |
DEVICE = torch.device('cuda')
|