Ankan Ghosh commited on
Commit
c3494c3
·
verified ·
1 Parent(s): 32a91d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -6,10 +6,6 @@ import gradio as gr
6
  # img1 = cv2.imread("boy.jpg", cv2.IMREAD_COLOR)
7
  # img2 = cv2.imread("family.jpg", cv2.IMREAD_COLOR)
8
 
9
- # Load the DNN model.
10
- modelFile = "../model/res10_300x300_ssd_iter_140000.caffemodel"
11
- configFile = "../model/deploy.prototxt"
12
-
13
  # Read the model and create a network object.
14
  net_model = cv2.dnn.readNetFromCaffe(prototxt=configFile, caffeModel=modelFile)
15
 
 
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