Spaces:
Running
Running
change csv to txt
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from PIL import Image
|
|
11 |
|
12 |
model_path = "kaveh/rclip"
|
13 |
embeddings_file = './image_embeddings_8_clip14_cxrbert.pkl'
|
14 |
-
csv_path = "./captions.
|
15 |
|
16 |
def load_image_ids(csv_file):
|
17 |
ids = []
|
|
|
11 |
|
12 |
model_path = "kaveh/rclip"
|
13 |
embeddings_file = './image_embeddings_8_clip14_cxrbert.pkl'
|
14 |
+
csv_path = "./captions.txt"
|
15 |
|
16 |
def load_image_ids(csv_file):
|
17 |
ids = []
|