Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -104,4 +104,4 @@ class EndpointHandler:
|
|
| 104 |
|
| 105 |
except Exception as e:
|
| 106 |
print(f"Error processing image: {e}")
|
| 107 |
-
return
|
|
|
|
| 104 |
|
| 105 |
except Exception as e:
|
| 106 |
print(f"Error processing image: {e}")
|
| 107 |
+
return str(e)
|