Spaces:
Runtime error
Runtime error
Commit ·
631ef41
1
Parent(s): e730eac
Update app.py
Browse files
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 |
|