Gabriel commited on
Commit
d3a6920
1 Parent(s): 53b4376

Update load_script.py

Browse files
Files changed (1) hide show
  1. load_script.py +1 -1
load_script.py CHANGED
@@ -16,7 +16,7 @@ _HOMEPAGE = "https://github.com/Borg93/htr_gradio_file_placeholder"
16
  _LICENSE = ""
17
 
18
  _REPO = "https://huggingface.co/datasets/Riksarkivet/test_images_demo/resolve/main/images.tgz"
19
- _METADATA_URL = "https://raw.githubusercontent.com/Borg93/htr_gradio_file_placeholder/main/images.txt"
20
 
21
  class ExampleImages(datasets.GeneratorBasedBuilder):
22
  """Small sample of image-text pairs"""
 
16
  _LICENSE = ""
17
 
18
  _REPO = "https://huggingface.co/datasets/Riksarkivet/test_images_demo/resolve/main/images.tgz"
19
+ _METADATA_URL = "https://huggingface.co/datasets/Riksarkivet/test_images_demo/raw/main/images.txt"
20
 
21
  class ExampleImages(datasets.GeneratorBasedBuilder):
22
  """Small sample of image-text pairs"""