Diffusers
Safetensors
PixCellPipeline
AlexGraikos commited on
Commit
f24b090
·
verified ·
1 Parent(s): fa91e4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ from PIL import Image
67
  from huggingface_hub import hf_hub_download
68
 
69
  # This is an example image we provide
70
- path = hf_hub_download(repo_id="StonyBrook-CVLab/PixCell-1024", filename="test_image.jpg")
71
  image = Image.open(path)
72
 
73
  # Extract UNI from random patches in the image
 
67
  from huggingface_hub import hf_hub_download
68
 
69
  # This is an example image we provide
70
+ path = hf_hub_download(repo_id="StonyBrook-CVLab/PixCell-1024", filename="test_image.png")
71
  image = Image.open(path)
72
 
73
  # Extract UNI from random patches in the image