Update lettuce.py
Browse files- lettuce.py +2 -2
lettuce.py
CHANGED
|
@@ -26,13 +26,13 @@ METADATA_URL = hf_hub_url(
|
|
| 26 |
|
| 27 |
IMAGES_URL = hf_hub_url(
|
| 28 |
"tmoon-atx/lettuce",
|
| 29 |
-
filename="
|
| 30 |
repo_type="dataset",
|
| 31 |
)
|
| 32 |
|
| 33 |
CONDITIONING_IMAGES_URL = hf_hub_url(
|
| 34 |
"tmoon-atx/lettuce",
|
| 35 |
-
filename="
|
| 36 |
repo_type="dataset",
|
| 37 |
)
|
| 38 |
|
|
|
|
| 26 |
|
| 27 |
IMAGES_URL = hf_hub_url(
|
| 28 |
"tmoon-atx/lettuce",
|
| 29 |
+
filename="image.zip",
|
| 30 |
repo_type="dataset",
|
| 31 |
)
|
| 32 |
|
| 33 |
CONDITIONING_IMAGES_URL = hf_hub_url(
|
| 34 |
"tmoon-atx/lettuce",
|
| 35 |
+
filename="conditioning_image.zip",
|
| 36 |
repo_type="dataset",
|
| 37 |
)
|
| 38 |
|