Spaces:
Runtime error
Runtime error
added BGLab/BioTrove-CLIP
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ METADATA_PATH = "components/metadata.csv"
|
|
27 |
metadata_df = pl.read_csv(METADATA_PATH, low_memory = False)
|
28 |
metadata_df = metadata_df.with_columns(pl.col("eol_page_id").cast(pl.Int64))
|
29 |
|
30 |
-
model_str = "hf-hub:
|
31 |
tokenizer_str = "ViT-B-16"
|
32 |
|
33 |
txt_emb_npy = "txt_emb_species.npy"
|
|
|
27 |
metadata_df = pl.read_csv(METADATA_PATH, low_memory = False)
|
28 |
metadata_df = metadata_df.with_columns(pl.col("eol_page_id").cast(pl.Int64))
|
29 |
|
30 |
+
model_str = "hf-hub:BGLab/BioTrove-CLIP"
|
31 |
tokenizer_str = "ViT-B-16"
|
32 |
|
33 |
txt_emb_npy = "txt_emb_species.npy"
|