Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -207,4 +207,5 @@ class WatermarkProcessor:
|
|
207 |
return json.dumps(report, indent=2)
|
208 |
|
209 |
except Exception as e:
|
210 |
-
return f"Error in quality analysis: {str(e)}"
|
|
|
|
207 |
return json.dumps(report, indent=2)
|
208 |
|
209 |
except Exception as e:
|
210 |
+
return f"Error in quality analysis: {str(e)}"
|
211 |
+
|