Bingsu commited on
Commit
2de4e3c
·
1 Parent(s): 2a88d86

fix: no horizontal

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -30,7 +30,6 @@ def get_clip_model():
30
  model_type = st.radio(
31
  "Select model",
32
  ["Bingsu/clip-vit-base-patch32-ko", "Bingsu/vitB32_bert_ko_small_clip"],
33
- horizontal=True,
34
  )
35
 
36
  if model_type == "Bingsu/clip-vit-base-patch32-ko":
 
30
  model_type = st.radio(
31
  "Select model",
32
  ["Bingsu/clip-vit-base-patch32-ko", "Bingsu/vitB32_bert_ko_small_clip"],
 
33
  )
34
 
35
  if model_type == "Bingsu/clip-vit-base-patch32-ko":