yurapodk commited on
Commit
6cb2eec
·
1 Parent(s): dc28f32
Files changed (1) hide show
  1. app.py +1 -1
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, use_column_width=True)
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", ))