Spaces:
Runtime error
Runtime error
Update clip_model.py
Browse files- clip_model.py +1 -1
clip_model.py
CHANGED
@@ -18,7 +18,7 @@ from transformers import DistilBertModel, DistilBertConfig, DistilBertTokenizer
|
|
18 |
|
19 |
class CFG:
|
20 |
debug = False
|
21 |
-
image_path = "
|
22 |
captions_path = "."
|
23 |
batch_size = 32
|
24 |
num_workers = 2
|
|
|
18 |
|
19 |
class CFG:
|
20 |
debug = False
|
21 |
+
image_path = "./Images"
|
22 |
captions_path = "."
|
23 |
batch_size = 32
|
24 |
num_workers = 2
|