rushidarge commited on
Commit
631ef41
·
1 Parent(s): e730eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ else:
46
  st.write(np.argmax(predictions))
47
 
48
  st.write('each member of pred')
49
- st.write(predictions.shape)
50
  #st.write(predictions[0])
51
  #st.write(predictions[1])
52
 
 
46
  st.write(np.argmax(predictions))
47
 
48
  st.write('each member of pred')
49
+ #st.write(predictions.shape)
50
  #st.write(predictions[0])
51
  #st.write(predictions[1])
52