alemorm commited on
Commit
5a2584a
1 Parent(s): ece6b0f

Update URL for zip file

Browse files
Files changed (1) hide show
  1. 3d-brain-mri.py +1 -1
3d-brain-mri.py CHANGED
@@ -49,7 +49,7 @@ _LICENSE = "CC BY 4.0"
49
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
50
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
51
  _URLS = {
52
- "data": "https://huggingface.co/datasets/determined-ai/3d-brain-mri/blob/main/dataset-3d-brain.zip"
53
  }
54
 
55
 
 
49
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
50
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
51
  _URLS = {
52
+ "data": "https://huggingface.co/datasets/determined-ai/3d-brain-mri/resolve/main/dataset-3d-brain.zip"
53
  }
54
 
55