ttcielott commited on
Commit
4b834c2
·
1 Parent(s): f43de50

correct mistyping

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with col2:
30
  img = upload
31
 
32
  st.image(img, width = 400)
33
- result, sugg = predict(ime)
34
  st.subheader(result)
35
  st.subheader('Pair your outfit with these colors.')
36
  st.image(sugg, width = 400)
 
30
  img = upload
31
 
32
  st.image(img, width = 400)
33
+ result, sugg = predict(img)
34
  st.subheader(result)
35
  st.subheader('Pair your outfit with these colors.')
36
  st.image(sugg, width = 400)