Update README.md
Browse files
README.md
CHANGED
|
@@ -189,7 +189,7 @@ from datasets import load_dataset
|
|
| 189 |
from huggingface_hub import hf_hub_download
|
| 190 |
from PIL import Image
|
| 191 |
|
| 192 |
-
REPO_ID = "
|
| 193 |
|
| 194 |
dataset = load_dataset(
|
| 195 |
REPO_ID,
|
|
@@ -223,7 +223,7 @@ from datasets import load_dataset
|
|
| 223 |
from huggingface_hub import snapshot_download
|
| 224 |
from PIL import Image
|
| 225 |
|
| 226 |
-
REPO_ID = "
|
| 227 |
|
| 228 |
repo_root = Path(
|
| 229 |
snapshot_download(
|
|
|
|
| 189 |
from huggingface_hub import hf_hub_download
|
| 190 |
from PIL import Image
|
| 191 |
|
| 192 |
+
REPO_ID = "Krows7/CraftSight"
|
| 193 |
|
| 194 |
dataset = load_dataset(
|
| 195 |
REPO_ID,
|
|
|
|
| 223 |
from huggingface_hub import snapshot_download
|
| 224 |
from PIL import Image
|
| 225 |
|
| 226 |
+
REPO_ID = "Krows7/CraftSight"
|
| 227 |
|
| 228 |
repo_root = Path(
|
| 229 |
snapshot_download(
|