meg HF Staff commited on
Commit
d46a843
·
verified ·
1 Parent(s): e7a4071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ https://huggingface.co/datasets/datacomp
15
  # https://huggingface.co/datasets/ILSVRC/imagenet-1k
16
  NUM_EXAMPLES = 1281167
17
  # Arbitrary small number, only using in devv'ing (uncomment #.take(DEV_AMOUNT) below to use it).
18
- DEV_AMOUNT = 100
19
  GATED_IMAGENET = os.environ.get("GATED_IMAGENET")
20
 
21
 
 
15
  # https://huggingface.co/datasets/ILSVRC/imagenet-1k
16
  NUM_EXAMPLES = 1281167
17
  # Arbitrary small number, only using in devv'ing (uncomment #.take(DEV_AMOUNT) below to use it).
18
+ DEV_AMOUNT = 10
19
  GATED_IMAGENET = os.environ.get("GATED_IMAGENET")
20
 
21