Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky authored Apr 26, 2023
1 parent 8754e73 commit 3404f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Once the model is initialized, you can use the upscale method to super-resolve y

### Pillow
```python
from pil import Image
from PIL import Image
realcugan = Realcugan(gpuid=0, scale=2, noise=3)
with Image.open("input.jpg") as image:
image = realcugan.process_pil(image)
Expand Down

0 comments on commit 3404f87

Please sign in to comment.