Spaces:
Runtime error
Runtime error
Update
Browse files- gradio/demo.py +1 -1
gradio/demo.py
CHANGED
@@ -24,7 +24,7 @@ def compare_face(frame1, frame2):
|
|
24 |
log += str(r.json()) + "\n"
|
25 |
log += str(r.json().get('data')) + "\n"
|
26 |
data = r.json().get('data')
|
27 |
-
log = "1------------" + str(data.
|
28 |
if data.get('face1') is not None:
|
29 |
face = data.get('face1')
|
30 |
x1 = face.get('x1')
|
|
|
24 |
log += str(r.json()) + "\n"
|
25 |
log += str(r.json().get('data')) + "\n"
|
26 |
data = r.json().get('data')
|
27 |
+
log = "1------------" + str(data.get('face1'))
|
28 |
if data.get('face1') is not None:
|
29 |
face = data.get('face1')
|
30 |
x1 = face.get('x1')
|