osanseviero HF staff commited on
Commit
260fcb5
1 Parent(s): c42e1d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def mishig_me(image):
39
  return draw_mishigs(image, results)
40
 
41
  # Load hugging face logo and landmark coordinates
42
- huggingface_image = cv2.imread("images/mishig-1.png", cv2.IMREAD_UNCHANGED)
43
  huggingface_image = cv2.cvtColor(huggingface_image, cv2.COLOR_BGRA2RGBA)
44
  huggingface_landmarks = np.array([[747,697],[1289,697],[1022,1116]], dtype=np.float32)
45
 
 
39
  return draw_mishigs(image, results)
40
 
41
  # Load hugging face logo and landmark coordinates
42
+ huggingface_image = cv2.imread("images/mishig-2 (1).png", cv2.IMREAD_UNCHANGED)
43
  huggingface_image = cv2.cvtColor(huggingface_image, cv2.COLOR_BGRA2RGBA)
44
  huggingface_landmarks = np.array([[747,697],[1289,697],[1022,1116]], dtype=np.float32)
45