Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ def detect_objects_in_image(image):
|
|
59 |
else:
|
60 |
raise TypeError(f"Expected a PIL Image but got ")
|
61 |
print(type(image))
|
|
|
62 |
exit()
|
63 |
|
64 |
# Apply transformation
|
|
|
59 |
else:
|
60 |
raise TypeError(f"Expected a PIL Image but got ")
|
61 |
print(type(image))
|
62 |
+
print(type(data))
|
63 |
exit()
|
64 |
|
65 |
# Apply transformation
|