Spaces:
Runtime error
Runtime error
faceplugin
commited on
Commit
•
77fe87f
1
Parent(s):
60844cc
update description
Browse files
app.py
CHANGED
@@ -30,9 +30,33 @@ def face_recognition_on_file(file1, file2):
|
|
30 |
with gr.Blocks() as demo:
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
)
|
37 |
|
38 |
with gr.TabItem("Face Recognition"):
|
@@ -51,4 +75,8 @@ with gr.Blocks() as demo:
|
|
51 |
app_output = [gr.JSON()]
|
52 |
|
53 |
start_button.click(face_recognition_on_file, inputs=[first_input, second_input], outputs=app_output)
|
|
|
|
|
|
|
|
|
54 |
demo.queue().launch(share=True)
|
|
|
30 |
with gr.Blocks() as demo:
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
+
<a href="https://faceplugin.com" style="display: flex; align-items: center;">
|
34 |
+
<img src="https://faceplugin.com/wp-content/uploads/2024/02/Square-png-file_2-1.png" style="width: 8%; margin-right: 15px;"/>
|
35 |
+
<div>
|
36 |
+
<p style="font-size: 24px; font-weight: bold; margin: 0;">FacePlugIn Ltd</p>
|
37 |
+
</div>
|
38 |
+
</a>
|
39 |
|
40 |
+
## Company Overview
|
41 |
+
|
42 |
+
FacePlugin Ltd is a pioneering company at the forefront of innovative solutions in the realm of facial recognition technology and computer vision. Established with a commitment to revolutionize security and authentication processes, FacePlugin specializes in cutting-edge solutions including face liveness detection, ID card recognition, face recognition, biometric authentication, and e-KYC (Electronic Know Your Customer) solutions.
|
43 |
+
|
44 |
+
|
45 |
+
<h2>List of our Products</h2>
|
46 |
+
|
47 |
+
* **[FaceRecognition-LivenessDetection-Android](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-Android)**
|
48 |
+
* **[FaceRecognition-LivenessDetection-iOS](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-iOS)**
|
49 |
+
* **[FaceRecognition-LivenessDetection-Javascript](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-Javascript)**
|
50 |
+
* **[FaceLivenessDetection-Docker](https://github.com/Faceplugin-ltd/FaceLivenessDetection-Docker)**
|
51 |
+
|
52 |
+
|
53 |
+
## Contact
|
54 |
+
<div style="display: flex; align-items: center;">
|
55 |
+
<a target="_blank" href="mailto:[email protected]"><img src="https://img.shields.io/badge/[email protected]?logo=gmail " alt="faceplugin.com"></a>
|
56 |
+
<a target="_blank" href="https://t.me/faceplugin"><img src="https://img.shields.io/badge/[email protected]?logo=telegram " alt="faceplugin.com"></a>
|
57 |
+
<a target="_blank" href="https://wa.me/+14422295661"><img src="https://img.shields.io/badge/whatsapp-faceplugin-blue.svg?logo=whatsapp " alt="faceplugin.com">
|
58 |
+
</div>
|
59 |
+
"""
|
60 |
)
|
61 |
|
62 |
with gr.TabItem("Face Recognition"):
|
|
|
75 |
app_output = [gr.JSON()]
|
76 |
|
77 |
start_button.click(face_recognition_on_file, inputs=[first_input, second_input], outputs=app_output)
|
78 |
+
|
79 |
+
|
80 |
+
gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFacePlugin-Ltd%2FFacePlugin-Face-Recognition-SDK"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFacePlugin-Ltd%2FFacePlugin-Face-Recognition-SDK&labelColor=%23697689&countColor=%2337d67a&style=flat&labelStyle=upper" /></a>')
|
81 |
+
|
82 |
demo.queue().launch(share=True)
|