supArs commited on
Commit
0d91dd9
1 Parent(s): ef126b7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
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()