one more try
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -51,7 +51,7 @@ class EndpointHandler:
|
|
51 |
).images
|
52 |
image = images[0]
|
53 |
|
54 |
-
return
|
55 |
|
56 |
|
57 |
if __name__ == "__main__":
|
|
|
51 |
).images
|
52 |
image = images[0]
|
53 |
|
54 |
+
return image
|
55 |
|
56 |
|
57 |
if __name__ == "__main__":
|