minghsieh commited on
Commit
b4d17f1
1 Parent(s): 4886c9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -10,3 +10,18 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ error
15
+ ```
16
+ Fetching model from: https://huggingface.co/microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224
17
+ Traceback (most recent call last):
18
+ File "/home/user/app/app.py", line 3, in <module>
19
+ gr.load("models/microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224").launch()
20
+ File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 60, in load
21
+ return load_blocks_from_repo(
22
+ File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 99, in load_blocks_from_repo
23
+ blocks: gradio.Blocks = factory_methods[src](name, hf_token, alias, **kwargs)
24
+ File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 347, in from_model
25
+ raise ValueError(f"Unsupported pipeline type: {p}")
26
+ ValueError: Unsupported pipeline type: zero-shot-image-classification
27
+ ```