diff --git a/nn.py b/nn.py index eab4fbd..5f09003 100644 --- a/nn.py +++ b/nn.py @@ -93,7 +93,7 @@ class NeuralN: tf.keras.layers.Softmax()]) #image_path = image - image_path = pathlib.Path('zdjecia\ORK_ARCHER\ork_lucznik.png') + image_path = pathlib.Path('zdjecia\ORK_ARCHER\ork_archer (2).png') image = Image.open(image_path) # Preprocess the image