akhaliq HF Staff commited on
Commit
3f07d4e
·
1 Parent(s): 150b739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def center_crop(img, out_height, out_width):
48
  return img
49
 
50
 
51
- sess = rt.InferenceSession(modele)
52
 
53
  def inference(img):
54
  img = cv2.imread(img)
 
48
  return img
49
 
50
 
51
+ sess = rt.InferenceSession('inception-v1-12.onnx')
52
 
53
  def inference(img):
54
  img = cv2.imread(img)