tmoon-atx commited on
Commit
bfdbc5d
·
verified ·
1 Parent(s): c9f6602

Update lettuce.py

Browse files
Files changed (1) hide show
  1. 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="images.zip",
30
  repo_type="dataset",
31
  )
32
 
33
  CONDITIONING_IMAGES_URL = hf_hub_url(
34
  "tmoon-atx/lettuce",
35
- filename="conditioning_images.zip",
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