wylum commited on
Commit
10dc93a
·
verified ·
1 Parent(s): cec401f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from nudenet import NudeDetector
3
  import cv2
4
  import numpy as np
5
 
 
6
  def circular_blur(image_path, detections, parts_to_blur):
7
  image = cv2.imread(image_path)
8
 
 
3
  import cv2
4
  import numpy as np
5
 
6
+
7
  def circular_blur(image_path, detections, parts_to_blur):
8
  image = cv2.imread(image_path)
9