Update app.py
Browse files
app.py
CHANGED
@@ -79,4 +79,6 @@ img = img / 255.0
|
|
79 |
|
80 |
predict_x = model.predict(img)
|
81 |
classes_x = np.argmax(predict_x,axis=1)
|
82 |
-
|
|
|
|
|
|
79 |
|
80 |
predict_x = model.predict(img)
|
81 |
classes_x = np.argmax(predict_x,axis=1)
|
82 |
+
|
83 |
+
|
84 |
+
st.write(classes_x[0])
|