ibaiGorordo commited on
Commit
ef4425b
1 Parent(s): 89ebd56

Fixed link

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import numpy as np
4
  import cv2
5
 
6
  title = "Hugging Face Me"
7
- description = "Demo for overlaying the Hugging Face logo on your face using the Mediapipe Face Detection model."
8
- article = "<p style='text-align: center'><a href='https://google.github.io/mediapipe/solutions/face_detection.html target='_blank'>Mediapipe Face Detection</a> | <a href='https://github.com/google/mediapipe' target='_blank'>Github Repo</a></p>"
9
 
10
  mp_face_detection = mp.solutions.face_detection
11
  mp_drawing = mp.solutions.drawing_utils
 
4
  import cv2
5
 
6
  title = "Hugging Face Me"
7
+ description = " Demo for overlaying the Hugging Face logo on your face using the Mediapipe Face Detection model."
8
+ article = "<p style='text-align: center'><a href='https://google.github.io/mediapipe/solutions/face_detection.html' target='_blank'>Mediapipe Face Detection</a> | <a href='https://github.com/google/mediapipe' target='_blank'>Github Repo</a></p>"
9
 
10
  mp_face_detection = mp.solutions.face_detection
11
  mp_drawing = mp.solutions.drawing_utils