williamberman
commited on
Commit
•
e0e1542
1
Parent(s):
a9340db
correct repo
Browse files- fill50k.py +3 -3
fill50k.py
CHANGED
@@ -19,19 +19,19 @@ _FEATURES = datasets.Features(
|
|
19 |
)
|
20 |
|
21 |
METADATA_URL = hf_hub_url(
|
22 |
-
"
|
23 |
filename="train.jsonl",
|
24 |
repo_type="dataset",
|
25 |
)
|
26 |
|
27 |
IMAGES_URL = hf_hub_url(
|
28 |
-
"
|
29 |
filename="images.zip",
|
30 |
repo_type="dataset",
|
31 |
)
|
32 |
|
33 |
CONDITIONING_IMAGES_URL = hf_hub_url(
|
34 |
-
"
|
35 |
filename="conditioning_images.zip",
|
36 |
repo_type="dataset",
|
37 |
)
|
|
|
19 |
)
|
20 |
|
21 |
METADATA_URL = hf_hub_url(
|
22 |
+
"fusing/fill50k",
|
23 |
filename="train.jsonl",
|
24 |
repo_type="dataset",
|
25 |
)
|
26 |
|
27 |
IMAGES_URL = hf_hub_url(
|
28 |
+
"fusing/fill50k",
|
29 |
filename="images.zip",
|
30 |
repo_type="dataset",
|
31 |
)
|
32 |
|
33 |
CONDITIONING_IMAGES_URL = hf_hub_url(
|
34 |
+
"fusing/fill50k",
|
35 |
filename="conditioning_images.zip",
|
36 |
repo_type="dataset",
|
37 |
)
|