Update README.md
Browse files
README.md
CHANGED
|
@@ -100,9 +100,11 @@ pip install transformers torch torchvision pillow requests
|
|
| 100 |
|
| 101 |
### Inference — Single Image from URL
|
| 102 |
```bash
|
| 103 |
-
python3
|
| 104 |
```
|
| 105 |
|
|
|
|
|
|
|
| 106 |
## 💡 Example
|
| 107 |
|
| 108 |
Input (rotated 180°):
|
|
|
|
| 100 |
|
| 101 |
### Inference — Single Image from URL
|
| 102 |
```bash
|
| 103 |
+
python3 use_with_UI.py
|
| 104 |
```
|
| 105 |
|
| 106 |
+
--> Download `use_with_UI.py` first 😄
|
| 107 |
+
|
| 108 |
## 💡 Example
|
| 109 |
|
| 110 |
Input (rotated 180°):
|