Senayfre commited on
Commit
0ce7075
·
1 Parent(s): fd8b07a

last commit...hopefully

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,4 +82,4 @@ if uploaded_file is not None:
82
  image = PIL.Image.open(uploaded_file)
83
  img = np.array(image)
84
  result = m.predict(img)
85
- st.write(f"I think this has {result[0][0]}(confidence: {round(result[0][1],2)})")
 
82
  image = PIL.Image.open(uploaded_file)
83
  img = np.array(image)
84
  result = m.predict(img)
85
+ st.write(f"I think this has {result[0][0][0]}(confidence: {round(result[0][1][0],2)})")