Spaces:
Build error
Build error
Commit
·
7f4a53c
1
Parent(s):
fe59c19
app.py
Browse files
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 |
|