Update README.md
Browse files
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.
|
| 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
|