Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|