Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -15,7 +15,7 @@ input_image = st.file_uploader("insert image")
|
|
15 |
if(input_image):
|
16 |
image = Image.open(input_image)
|
17 |
st.header("Original")
|
18 |
-
st.image(input_image,
|
19 |
|
20 |
detection_model = st.selectbox("Select detection model", ("YOLO-stamp", ))
|
21 |
embedding_model = st.selectbox("Select embedding model", ("vits8", ))
|
|
|
15 |
if(input_image):
|
16 |
image = Image.open(input_image)
|
17 |
st.header("Original")
|
18 |
+
st.image(input_image, width = 700)
|
19 |
|
20 |
detection_model = st.selectbox("Select detection model", ("YOLO-stamp", ))
|
21 |
embedding_model = st.selectbox("Select embedding model", ("vits8", ))
|