Update the bird's url

#6
by lz1oceani - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -98,7 +98,7 @@ import torch
98
  import numpy as np
99
  from diffusers.utils import load_image
100
 
101
- image = load_image("https://huggingface.co/lllyasviel/sd-controlnet-hed/resolve/main/images/bird.png")
102
  image = np.array(image)
103
 
104
  low_threshold = 100
98
  import numpy as np
99
  from diffusers.utils import load_image
100
 
101
+ image = load_image("https://huggingface.co/lllyasviel/sd-controlnet-canny/resolve/main/images/bird.png")
102
  image = np.array(image)
103
 
104
  low_threshold = 100