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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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