jfischoff commited on
Commit
155670b
·
1 Parent(s): 5d861ec

update readme

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