Spaces:
Sleeping
Sleeping
Update app/routes.py
Browse files- app/routes.py +1 -1
app/routes.py
CHANGED
@@ -100,4 +100,4 @@ def process_image():
|
|
100 |
return jsonify({
|
101 |
"error": "An error occurred while processing the image.",
|
102 |
"details": str(e)
|
103 |
-
}), 500
|
|
|
100 |
return jsonify({
|
101 |
"error": "An error occurred while processing the image.",
|
102 |
"details": str(e)
|
103 |
+
}), 500
|