Bingsu commited on
Commit
2949ccd
1 Parent(s): cefc98c

fix: revert large models

Browse files
Files changed (2) hide show
  1. app.py +0 -3
  2. pyproject.toml +1 -1
app.py CHANGED
@@ -31,10 +31,7 @@ def get_clip_model(name: str):
31
 
32
  model_list = [
33
  "Bingsu/clip-vit-base-patch32-ko",
34
- "Bingsu/clip-vit-large-patch14-ko",
35
  "openai/clip-vit-base-patch32",
36
- "openai/clip-vit-base-patch16",
37
- "openai/clip-vit-large-patch14",
38
  "Bingsu/vitB32_bert_ko_small_clip",
39
  ]
40
  model_type = st.radio("Select model", model_list)
 
31
 
32
  model_list = [
33
  "Bingsu/clip-vit-base-patch32-ko",
 
34
  "openai/clip-vit-base-patch32",
 
 
35
  "Bingsu/vitB32_bert_ko_small_clip",
36
  ]
37
  model_type = st.radio("Select model", model_list)
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "my-clip-model-test"
3
- version = "0.3.0"
4
  description = ""
5
  authors = ["Bingsu <ks2515@naver.com>"]
6
  license = "MIT"
 
1
  [tool.poetry]
2
  name = "my-clip-model-test"
3
+ version = "0.3.1"
4
  description = ""
5
  authors = ["Bingsu <ks2515@naver.com>"]
6
  license = "MIT"