crisrm128 commited on
Commit
f5d61ec
·
1 Parent(s): c5ca82e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -57,5 +57,3 @@ def detect_objects(url: str):
57
 
58
  return {"detected_objects": detected_objects, "image_base64": image_base64}
59
 
60
- except Exception as e:
61
- raise HTTPException(status_code=500, detail=f"Error processing image: {str(e)}")
 
57
 
58
  return {"detected_objects": detected_objects, "image_base64": image_base64}
59