kanhaiya0999 commited on
Commit
9d9f37a
1 Parent(s): 346c71f

Update README.md

Browse files

URL and url mismatched.. in line number 38
image = download_image(URL) => image = download_image(url)

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ def download_image(url):
35
  image = PIL.ImageOps.exif_transpose(image)
36
  image = image.convert("RGB")
37
  return image
38
- image = download_image(URL)
39
 
40
  prompt = "turn him into cyborg"
41
  images = pipe(prompt, image=image, num_inference_steps=10, image_guidance_scale=1).images
 
35
  image = PIL.ImageOps.exif_transpose(image)
36
  image = image.convert("RGB")
37
  return image
38
+ image = download_image(url)
39
 
40
  prompt = "turn him into cyborg"
41
  images = pipe(prompt, image=image, num_inference_steps=10, image_guidance_scale=1).images