Ankan Ghosh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,13 +2,6 @@ import cv2
|
|
2 |
import numpy as np
|
3 |
import gradio as gr
|
4 |
|
5 |
-
# Preview images.
|
6 |
-
# img1 = cv2.imread("boy.jpg", cv2.IMREAD_COLOR)
|
7 |
-
# img2 = cv2.imread("family.jpg", cv2.IMREAD_COLOR)
|
8 |
-
|
9 |
-
# Read the model and create a network object.
|
10 |
-
net_model = cv2.dnn.readNetFromCaffe(prototxt=configFile, caffeModel=modelFile)
|
11 |
-
|
12 |
|
13 |
# Define a blurring function.
|
14 |
def blur(face, factor=3):
|
|
|
2 |
import numpy as np
|
3 |
import gradio as gr
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
# Define a blurring function.
|
7 |
def blur(face, factor=3):
|