KevinQHLin
commited on
Commit
•
0aeed68
1
Parent(s):
b6fbea9
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
[Github](https://github.com/showlab/ShowUI) | [Quick Start
|
2 |
|
3 |
## ⭐ Quick Start {#quickstart}
|
4 |
|
@@ -34,7 +34,7 @@ max_pixels = 1344*28*28
|
|
34 |
processor = AutoProcessor.from_pretrained("Qwen/Qwen2-VL-2B-Instruct", min_pixels=min_pixels, max_pixels=max_pixels)
|
35 |
```
|
36 |
|
37 |
-
2. **UI Grounding**
|
38 |
```python
|
39 |
img_url = 'web_dbd7514b-9ca3-40cd-b09a-990f7b955da1.png'
|
40 |
query = "Nahant"
|
@@ -83,7 +83,7 @@ This will visualize the grounding results like (where the red points are [x,y])
|
|
83 |
|
84 |
![download](https://github.com/user-attachments/assets/8fe2783d-05b6-44e6-a26c-8718d02b56cb)
|
85 |
|
86 |
-
3. **UI Navigation**
|
87 |
- Set up system prompt.
|
88 |
```python
|
89 |
_NAV_SYSTEM = """You are an assistant trained to navigate the {_APP} screen.
|
|
|
1 |
+
[Github](https://github.com/showlab/ShowUI) | [Quick Start](#quickstart)
|
2 |
|
3 |
## ⭐ Quick Start {#quickstart}
|
4 |
|
|
|
34 |
processor = AutoProcessor.from_pretrained("Qwen/Qwen2-VL-2B-Instruct", min_pixels=min_pixels, max_pixels=max_pixels)
|
35 |
```
|
36 |
|
37 |
+
2. **UI Grounding**
|
38 |
```python
|
39 |
img_url = 'web_dbd7514b-9ca3-40cd-b09a-990f7b955da1.png'
|
40 |
query = "Nahant"
|
|
|
83 |
|
84 |
![download](https://github.com/user-attachments/assets/8fe2783d-05b6-44e6-a26c-8718d02b56cb)
|
85 |
|
86 |
+
3. **UI Navigation**
|
87 |
- Set up system prompt.
|
88 |
```python
|
89 |
_NAV_SYSTEM = """You are an assistant trained to navigate the {_APP} screen.
|