LukeStiN commited on
Commit
0be3fca
1 Parent(s): 037b127

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,12 +1,20 @@
1
  ---
2
  title: Zero Shot Image
3
- emoji: 📊
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: streamlit
7
  sdk_version: 1.34.0
8
  app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Zero Shot Image
3
+ emoji: 🏷️
4
+ colorFrom: red
5
+ colorTo: gray
6
  sdk: streamlit
7
  sdk_version: 1.34.0
8
  app_file: app.py
9
+ short_description: OpenAI's models for zero-shot image classification
10
+ models:
11
+ - openai/clip-vit-base-patch32
12
+ - openai/clip-vit-large-patch14
13
+ tags:
14
+ - zero-shot
15
+ - image-classification
16
+ - CLIP
17
+ pinned: true
18
+ hf_oauth: false
19
+ disable_embedding: false
20
+ ---