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

Updated hugging face image

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. images/hugging-face.png +0 -0
app.py CHANGED
@@ -4,7 +4,7 @@ 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
 
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
images/hugging-face.png CHANGED