From 74f58ec74220d597e3446832a4c5064ab013bfcc Mon Sep 17 00:00:00 2001 From: Volodymyr Kyiashko Date: Thu, 15 Jun 2023 22:29:24 +0200 Subject: [PATCH] poprawione zdjecie --- nn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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