khartist29 commited on
Commit
eefb795
·
1 Parent(s): bf5f53d

Update needed library

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
  def verify(img1, img2):
3
  result = DeepFace.verify(img1_path = img1, img2_path = img2)
4
  return result
 
1
  import gradio as gr
2
+ from deepface import DeepFace
3
  def verify(img1, img2):
4
  result = DeepFace.verify(img1_path = img1, img2_path = img2)
5
  return result