ketanmore commited on
Commit
21f72c4
1 Parent(s): 70221da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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