shakesbeard commited on
Commit
22b7c5e
1 Parent(s): a9697b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:ReefNet/finetuned-bioclip"
31
  tokenizer_str = "ViT-B-16"
32
 
33
 
 
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:imageomics/bioclip"
31
  tokenizer_str = "ViT-B-16"
32
 
33