Skip to content

Commit 6870abf

Browse files
authored
Update main.py
1 parent 92b6e6a commit 6870abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Malaria/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
os.environ['TF_XLA_FLAGS'] = '--tf_xla_enable_xla_devices'
1111

1212
# reading image
13-
val_path = input("Enter image path name eg. Images/cell1.jpg: ")
13+
val_path = input("Enter image path name eg.Images/cell1.jpg: ")
1414
img = Image.open(val_path)
1515
# confiiguring input image according to the model's requirement
1616
img = img.resize((36, 36))

0 commit comments

Comments
 (0)