RobotJelly commited on
Commit
7f4a53c
·
1 Parent(s): fe59c19
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(image_file):
15
  # print(image_file)
16
  # img = Image.open(image_file)
17
  # image_file = str(img)
18
- print("image_file-->", image_file)
19
 
20
  image_list = []
21
 
 
15
  # print(image_file)
16
  # img = Image.open(image_file)
17
  # image_file = str(img)
18
+ print("image_file-->", tf.io.read_file(image_file))
19
 
20
  image_list = []
21