Santiago Hincapie-Potes commited on
Commit
b7dc0a2
·
1 Parent(s): e543e2d
Files changed (1) hide show
  1. ImVisible.py +1 -1
ImVisible.py CHANGED
@@ -48,7 +48,7 @@ _LICENSE = ""
48
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
49
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
50
  _URLS = {
51
- "imags": "ptl_dataset.tar.gz",
52
  "train": "training_file.csv",
53
  "validation": "validation_file.csv",
54
  "test": "testing_file.csv",
 
48
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
49
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
50
  _URLS = {
51
+ "imgs": "ptl_dataset.tar.gz",
52
  "train": "training_file.csv",
53
  "validation": "validation_file.csv",
54
  "test": "testing_file.csv",