neversa commited on
Commit
2fbe69a
·
verified ·
1 Parent(s): 7b194c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -33,5 +33,3 @@ model = RDATokenizer.from_pretrained(
33
  outputs = model("/path/to/image.jpg")
34
  outputs.prediction.save("prediction.png")
35
  ```
36
-
37
- Pass `image_size=256` to center-crop to a fixed size. Omit `image_size` to use the input image's original size.
 
33
  outputs = model("/path/to/image.jpg")
34
  outputs.prediction.save("prediction.png")
35
  ```