yurapodk commited on
Commit
1c31448
·
1 Parent(s): 30b4010
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,8 +11,8 @@ api = "https://7bb4-188-130-155-168.ngrok-free.app"
11
  st.title("Stamp2vec")
12
 
13
  input_image = st.file_uploader("insert image")
14
- image = Image.open(input_image)
15
  if(input_image):
 
16
  st.header("Original")
17
  st.image(input_image, use_column_width=True)
18
  if st.button("Get prediction"):
 
11
  st.title("Stamp2vec")
12
 
13
  input_image = st.file_uploader("insert image")
 
14
  if(input_image):
15
+ image = Image.open(input_image)
16
  st.header("Original")
17
  st.image(input_image, use_column_width=True)
18
  if st.button("Get prediction"):