Spaces:
Runtime error
Runtime error
fix: no horizontal
Browse files
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":
|