wealthcoders commited on
Commit
b899856
·
verified ·
1 Parent(s): 7b796cd

Update handler.py

Browse files
Files changed (1) hide show
  1. 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 None
 
104
 
105
  except Exception as e:
106
  print(f"Error processing image: {e}")
107
+ return str(e)