Spaces:
Runtime error
Runtime error
ttcielott
commited on
Commit
·
4b834c2
1
Parent(s):
f43de50
correct mistyping
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ with col2:
|
|
30 |
img = upload
|
31 |
|
32 |
st.image(img, width = 400)
|
33 |
-
result, sugg = predict(
|
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)
|