Manikanta-7013 commited on
Commit
6d79377
·
verified ·
1 Parent(s): 605f6b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,6 +37,6 @@ if uploaded_file is not None:
37
  # Make prediction
38
  prediction = cnn.predict(img_array)
39
  if prediction[0][0] > 0.5:
40
- st.write("Prediction: Dog")
41
- else:
42
  st.write("Prediction: Cat")
 
 
 
37
  # Make prediction
38
  prediction = cnn.predict(img_array)
39
  if prediction[0][0] > 0.5:
 
 
40
  st.write("Prediction: Cat")
41
+ else:
42
+ st.write("Prediction: Dog")