egrace479 commited on
Commit
7c50947
·
verified ·
1 Parent(s): b38de23

update app description

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -8,6 +8,14 @@ sdk_version: 5.33.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ models:
12
+ - imageomics/bioclip-2
13
+ datasets:
14
+ - imageomics/TreeOfLife-200M
15
  ---
16
 
17
+ This app is modified from the original [BioCLIP Demo](https://huggingface.co/spaces/imageomics/bioclip-demo) to run inference with [BioCLIP 2](https://huggingface.co/imageomics/bioclip-2) and uses [pybioclip](https://github.com/Imageomics/pybioclip).
18
+
19
+ Due to space persistent storage limitations, embeddings are fetched from the [TreeOfLife-200M repo](https://huggingface.co/datasets/imageomics/TreeOfLife-200M) and metadata for the images comes from [demo-data](https://huggingface.co/datasets/imageomics/demo-data) (a private Institute dataset repo). The images will be retrieved from an S3 bucket, as with the original BioCLIP demo.
20
+
21
+ Note that if this space is duplicated, the sample image portion **will not work**.