Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
@@ -89,12 +89,7 @@ def compare_face(frame1, frame2):
|
|
89 |
|
90 |
return [r.json(), [face1, face2]]
|
91 |
|
92 |
-
with gr.Blocks() as demo:
|
93 |
-
gr.Markdown(
|
94 |
-
"""
|
95 |
-
# Recognito Face Analysis
|
96 |
-
"""
|
97 |
-
)
|
98 |
with gr.Row():
|
99 |
with gr.Column():
|
100 |
compare_face_input1 = gr.Image(label="Image1", type='filepath', height=480)
|
|
|
89 |
|
90 |
return [r.json(), [face1, face2]]
|
91 |
|
92 |
+
with gr.Blocks(theme='aliabid94/new-theme') as demo:
|
|
|
|
|
|
|
|
|
|
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
compare_face_input1 = gr.Image(label="Image1", type='filepath', height=480)
|