We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b6e6a commit 6870abfCopy full SHA for 6870abf
Malaria/main.py
@@ -10,7 +10,7 @@
10
os.environ['TF_XLA_FLAGS'] = '--tf_xla_enable_xla_devices'
11
12
# reading image
13
-val_path = input("Enter image path name eg. Images/cell1.jpg: ")
+val_path = input("Enter image path name eg.Images/cell1.jpg: ")
14
img = Image.open(val_path)
15
# confiiguring input image according to the model's requirement
16
img = img.resize((36, 36))
0 commit comments