File size: 1,114 Bytes
4886c9e
 
 
 
 
 
 
 
 
 
 
 
b4d17f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Microsoft-BiomedCLIP-PubMedBERT 256-vit Base Patch16 224
emoji: 🐢
colorFrom: purple
colorTo: gray
sdk: gradio
sdk_version: 4.20.1
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

error 
```
Fetching model from: https://huggingface.co/microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224
Traceback (most recent call last):
  File "/home/user/app/app.py", line 3, in <module>
    gr.load("models/microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224").launch()
  File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 60, in load
    return load_blocks_from_repo(
  File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 99, in load_blocks_from_repo
    blocks: gradio.Blocks = factory_methods[src](name, hf_token, alias, **kwargs)
  File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 347, in from_model
    raise ValueError(f"Unsupported pipeline type: {p}")
ValueError: Unsupported pipeline type: zero-shot-image-classification
```