Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ st.set_page_config(
|
|
29 |
with st.sidebar:
|
30 |
st.header("Settings") # Adding header to sidebar
|
31 |
|
32 |
-
model_idx=st.selectbox("Select Base Classifier",{'vit','deit','
|
33 |
model=model_dict[model_idx]
|
34 |
|
35 |
# Adding file uploader to sidebar for selecting images
|
|
|
29 |
with st.sidebar:
|
30 |
st.header("Settings") # Adding header to sidebar
|
31 |
|
32 |
+
model_idx=st.selectbox("Select Base Classifier",{'vit','deit','swin','beit','convnext','resnet'})
|
33 |
model=model_dict[model_idx]
|
34 |
|
35 |
# Adding file uploader to sidebar for selecting images
|