Spaces:
Runtime error
Runtime error
Commit
·
eefb795
1
Parent(s):
bf5f53d
Update needed library
Browse files
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
|