roopalgarg commited on
Commit
9bf1625
1 Parent(s): 90715c7

Update imageinwords.py

Browse files
Files changed (1) hide show
  1. imageinwords.py +2 -1
imageinwords.py CHANGED
@@ -12,7 +12,8 @@ _HOMEPAGE = "https://google.github.io/imageinwords/"
12
 
13
  _LICENSE = "CC BY 4.0"
14
 
15
- _DATASET_GITHUB_PREFIX = "https://raw.githubusercontent.com/google/imageinwords/main/datasets"
 
16
 
17
  _DATASET_GITHUB_URLS = {
18
  "IIW-400": f"{_DATASET_GITHUB_PREFIX}/IIW-400/data.jsonl",
 
12
 
13
  _LICENSE = "CC BY 4.0"
14
 
15
+
16
+ _DATASET_GITHUB_PREFIX = "https://github.com/google/imageinwords/raw/main/datasets"
17
 
18
  _DATASET_GITHUB_URLS = {
19
  "IIW-400": f"{_DATASET_GITHUB_PREFIX}/IIW-400/data.jsonl",