Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -17,7 +17,7 @@ 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 embedding model", ("vits8", ))
|
22 |
|
23 |
if st.button("Get prediction"):
|
|
|
17 |
st.header("Original")
|
18 |
st.image(input_image, use_column_width=True)
|
19 |
|
20 |
+
detection_model = st.selectbox("Select detection model", ("YOLO-stamp", ))
|
21 |
embedding_model = st.selectbox("Select embedding model", ("vits8", ))
|
22 |
|
23 |
if st.button("Get prediction"):
|