Spaces:
Running
Running
Update app.py
Browse files
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 =
|
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 |
|