Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import dlib
|
3 |
import cv2
|
4 |
-
import numpy as np
|
|
|
5 |
|
6 |
# Load the pre-trained face detector and facial landmarks predictor
|
7 |
detector = dlib.get_frontal_face_detector()
|
|
|
1 |
import gradio as gr
|
2 |
import dlib
|
3 |
import cv2
|
4 |
+
import numpy as np
|
5 |
+
|
6 |
|
7 |
# Load the pre-trained face detector and facial landmarks predictor
|
8 |
detector = dlib.get_frontal_face_detector()
|