Spaces:
Sleeping
Sleeping
Ana Sanchez
commited on
Commit
·
3abdae7
1
Parent(s):
e9648db
Fix bug
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ npzs = os.path.join(basepath, "npzs")
|
|
37 |
imgname = "I1"
|
38 |
molecule_features = "all_molecule_cellpainting_features.pkl"
|
39 |
image_features = "subset_image_cellpainting_features.pkl"
|
40 |
-
images_arr = "
|
41 |
|
42 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
43 |
model_type = "RN50"
|
|
|
37 |
imgname = "I1"
|
38 |
molecule_features = "all_molecule_cellpainting_features.pkl"
|
39 |
image_features = "subset_image_cellpainting_features.pkl"
|
40 |
+
images_arr = "subset_npzs_dict_.npz"
|
41 |
|
42 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
43 |
model_type = "RN50"
|