Update handler.py
Browse files- handler.py +0 -1
handler.py
CHANGED
@@ -31,7 +31,6 @@ class EndpointHandler():
|
|
31 |
inputs = data.pop("inputs", data)
|
32 |
parameters = data.pop("parameters", {})
|
33 |
|
34 |
-
print(inputs)
|
35 |
if isinstance(inputs, Image.Image):
|
36 |
raw_images = [inputs]
|
37 |
else:
|
|
|
31 |
inputs = data.pop("inputs", data)
|
32 |
parameters = data.pop("parameters", {})
|
33 |
|
|
|
34 |
if isinstance(inputs, Image.Image):
|
35 |
raw_images = [inputs]
|
36 |
else:
|