Update EndProduct.ipynb

This commit is contained in:
Vita Aeterna
2023-01-05 00:25:12 +01:00
committed by GitHub
parent 73675480b9
commit 2d8b8d1fdc

View File

@@ -42,7 +42,7 @@
"metadata": {},
"outputs": [],
"source": [
"prediction = model.predict([prepare('cat.jpg')])\n",
"prediction = model.predict([prepare('dog.jpg')])\n",
"print(prediction)"
]
}