srivarra commited on
Commit
49e796b
1 Parent(s): c937848

_URL_REPO fix

Browse files
Files changed (1) hide show
  1. ark_example.py +1 -1
ark_example.py CHANGED
@@ -47,7 +47,7 @@ _LICENSE = "https://github.com/angelolab/ark-analysis/blob/main/LICENSE"
47
  # TODO: Add link to the official dataset URLs here
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
- _URL_REPO = "https://huggingface.co/datasets/angelolab/ark_example/resolve/main/"
51
 
52
 
53
  _URLS = {"base_dataset": f"{_URL_REPO}/data/fovs.zip"}
 
47
  # TODO: Add link to the official dataset URLs here
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
+ _URL_REPO = "https://huggingface.co/datasets/angelolab/ark_example/resolve/main"
51
 
52
 
53
  _URLS = {"base_dataset": f"{_URL_REPO}/data/fovs.zip"}