Susmita1302 commited on
Commit
b5a5f80
·
verified ·
1 Parent(s): cfaf73a

Update sample_data.py

Browse files
Files changed (1) hide show
  1. sample_data.py +2 -2
sample_data.py CHANGED
@@ -13,11 +13,11 @@ Demo dataset for testing or showing image-text capabilities.
13
  """
14
 
15
 
16
- _HOMEPAGE = "https://huggingface.co/datasets/Susmita1302/sample_data_images"
17
 
18
  _LICENSE = ""
19
 
20
- _REPO = "https://huggingface.co/datasets/Susmita1302/sample_data_images"
21
 
22
  class ImageSet(datasets.GeneratorBasedBuilder):
23
  """Small sample of image-text pairs"""
 
13
  """
14
 
15
 
16
+ _HOMEPAGE = "https://huggingface.co/datasets/jamescalam/image-text-demo"
17
 
18
  _LICENSE = ""
19
 
20
+ _REPO = "https://huggingface.co/datasets/jamescalam/image-text-demo"
21
 
22
  class ImageSet(datasets.GeneratorBasedBuilder):
23
  """Small sample of image-text pairs"""