fantos commited on
Commit
feec42f
·
verified ·
1 Parent(s): 32b5c3d

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -1
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
+