divyanshujainlivein commited on
Commit
5588e4a
·
verified ·
1 Parent(s): 6d15673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 600
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