Spaces:
Runtime error
Runtime error
Commit ·
9952315
1
Parent(s): b82c88d
Refactor script
Browse files
app.py
CHANGED
|
@@ -56,16 +56,16 @@ with gr.Blocks() as demo:
|
|
| 56 |
|
| 57 |
## Company Overview
|
| 58 |
|
| 59 |
-
|
| 60 |
-
|
| 61 |
|
| 62 |
<h2>List of our Products</h2>
|
| 63 |
|
| 64 |
-
* **[FaceRecognition-LivenessDetection-Android](https://github.com/Faceplugin-ltd/FaceRecognition-
|
| 65 |
-
* **[FaceRecognition-LivenessDetection-iOS](https://github.com/Faceplugin-ltd/FaceRecognition-
|
| 66 |
* **[FaceRecognition-LivenessDetection-Javascript](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-Javascript)**
|
| 67 |
-
* **[FaceLivenessDetection-
|
| 68 |
-
|
|
|
|
| 69 |
|
| 70 |
## Contact
|
| 71 |
<div style="display: flex; align-items: center;">
|
|
@@ -76,22 +76,6 @@ with gr.Blocks() as demo:
|
|
| 76 |
"""
|
| 77 |
)
|
| 78 |
|
| 79 |
-
with gr.TabItem("Face Recognition"):
|
| 80 |
-
with gr.Row():
|
| 81 |
-
with gr.Column():
|
| 82 |
-
first_input = gr.Image(type='filepath')
|
| 83 |
-
gr.Examples(['images/rec_7.jpg', 'images/rec_1.jpg', 'images/9.png', 'images/rec_3.jpg'],
|
| 84 |
-
inputs=first_input)
|
| 85 |
-
start_button = gr.Button("Run")
|
| 86 |
-
with gr.Column():
|
| 87 |
-
second_input = gr.Image(type='filepath')
|
| 88 |
-
gr.Examples(['images/rec_8.jpg', 'images/rec_2.jpg', 'images/10.jpg', 'images/rec_4.jpg'],
|
| 89 |
-
inputs=second_input)
|
| 90 |
-
|
| 91 |
-
with gr.Column():
|
| 92 |
-
app_output = [gr.JSON()]
|
| 93 |
-
|
| 94 |
-
start_button.click(face_recognition_on_file, inputs=[first_input, second_input], outputs=app_output)
|
| 95 |
with gr.TabItem("Face Liveness Detection"):
|
| 96 |
with gr.Row():
|
| 97 |
with gr.Column():
|
|
|
|
| 56 |
|
| 57 |
## Company Overview
|
| 58 |
|
| 59 |
+
Faceplugin offers cutting-edge face recognition SDK, liveness detection SDK, and ID card recognition SDK designed for seamless ID verification and biometric authentication. Our fully on-premise SDK solutions ensure data security and compliance with privacy regulations. Contact us today to learn more about how our biometric authentication and ID verification solutions can elevate your business
|
|
|
|
| 60 |
|
| 61 |
<h2>List of our Products</h2>
|
| 62 |
|
| 63 |
+
* **[FaceRecognition-LivenessDetection-Android](https://github.com/Faceplugin-ltd/FaceRecognition-Android)**
|
| 64 |
+
* **[FaceRecognition-LivenessDetection-iOS](https://github.com/Faceplugin-ltd/FaceRecognition-iOS)**
|
| 65 |
* **[FaceRecognition-LivenessDetection-Javascript](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-Javascript)**
|
| 66 |
+
* **[FaceLivenessDetection-linux](https://github.com/Faceplugin-ltd/FaceLivenessDetection-Linux)**
|
| 67 |
+
* **[Completely Free Face Recognition SDK](https://github.com/Faceplugin-ltd/Face-Recognition)**
|
| 68 |
+
* **[Completely Free Document Liveness SDK](https://github.com/Faceplugin-ltd/ID-Document-Liveness-Detection)**
|
| 69 |
|
| 70 |
## Contact
|
| 71 |
<div style="display: flex; align-items: center;">
|
|
|
|
| 76 |
"""
|
| 77 |
)
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
with gr.TabItem("Face Liveness Detection"):
|
| 80 |
with gr.Row():
|
| 81 |
with gr.Column():
|