Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from datasets import load_dataset
|
|
15 |
# Constants
|
16 |
DATASET_ID = "tomytjandra/h-and-m-fashion-caption"
|
17 |
VIT_MODEL_ID = "hf-hub:laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
18 |
-
NUM_SAMPLES =
|
19 |
SEED = 42
|
20 |
LIMIT = 3
|
21 |
|
|
|
15 |
# Constants
|
16 |
DATASET_ID = "tomytjandra/h-and-m-fashion-caption"
|
17 |
VIT_MODEL_ID = "hf-hub:laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
18 |
+
NUM_SAMPLES = 200
|
19 |
SEED = 42
|
20 |
LIMIT = 3
|
21 |
|