update readme
Browse files
README.md
CHANGED
@@ -33,5 +33,5 @@ def load_image_from_url(url):
|
|
33 |
return Image.open(image_data)
|
34 |
|
35 |
image = load_image_from_url("https://mingukkang.github.io/GigaGAN/static/images/iguana_output.jpg").resize((256, 256))
|
36 |
-
upscaled_image = aura_sr.
|
37 |
```
|
|
|
33 |
return Image.open(image_data)
|
34 |
|
35 |
image = load_image_from_url("https://mingukkang.github.io/GigaGAN/static/images/iguana_output.jpg").resize((256, 256))
|
36 |
+
upscaled_image = aura_sr.upscale_4x_overlapped(image)
|
37 |
```
|