Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ from surya.model.detection.segformer import load_processor
|
|
46 |
|
47 |
```python
|
48 |
from PIL import Image
|
49 |
-
image = Image.open("path/to/image)
|
50 |
images = [prepare_image_detection(img=image, processor=load_processor())]
|
51 |
```
|
52 |
|
|
|
46 |
|
47 |
```python
|
48 |
from PIL import Image
|
49 |
+
image = Image.open("path/to/image")
|
50 |
images = [prepare_image_detection(img=image, processor=load_processor())]
|
51 |
```
|
52 |
|