yurapodk commited on
Commit
9707106
·
1 Parent(s): d3d8066
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ if(input_image):
17
  st.header("Original")
18
  st.image(input_image, use_column_width=True)
19
 
20
- detection_model = st.selectbox("Select detection model", ("YOLO"))
21
- embedding_model = st.selectbox("Select detection model", ("OML"))
22
 
23
  if st.button("Get prediction"):
24
  with st.spinner("Loading..."):
 
17
  st.header("Original")
18
  st.image(input_image, use_column_width=True)
19
 
20
+ detection_model = st.selectbox("Select detection model", ("YOLO", ))
21
+ embedding_model = st.selectbox("Select detection model", ("OML", ))
22
 
23
  if st.button("Get prediction"):
24
  with st.spinner("Loading..."):