Mohammed Innat commited on
Commit
df6416b
1 Parent(s): 77eeab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
 
 
2
  from facemesh import mp_face_mesh_fn
3
  from facedetect import mp_face_detect_fn
4
  from handposedetect import mp_hand_pose_detect_fn
 
1
  import gradio as gr
2
+
3
+ # necessary packages
4
  from facemesh import mp_face_mesh_fn
5
  from facedetect import mp_face_detect_fn
6
  from handposedetect import mp_hand_pose_detect_fn