Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
|
@@ -125,27 +125,15 @@ with gr.Blocks() as demo:
|
|
| 125 |
gr.Markdown(
|
| 126 |
"""
|
| 127 |
# KBY-AI - Face Recognition
|
| 128 |
-
We
|
| 129 |
-
|
| 130 |
-
ID Document Liveness Detection - Linux - <a href="https://web.kby-ai.com">https://web.kby-ai.com</a>
|
| 131 |
-
<span>
|
| 132 |
-
<img src="https://github.com/kby-ai/.github/assets/125717930/bcf351c5-8b7a-496e-a8f9-c236eb8ad59e" style="margin: 4px; width: 36px; height: 20px">
|
| 133 |
-
</span>
|
| 134 |
-
</h4>
|
| 135 |
-
|
| 136 |
-
##### KYC Verification Demo - https://github.com/kby-ai/KYC-Verification-Demo-Android
|
| 137 |
##### ID Capture Web Demo - https://cap.kby-ai.com/
|
| 138 |
-
##### Documentation - Help Center - https://docs.kby-ai.com
|
| 139 |
"""
|
| 140 |
)
|
| 141 |
with gr.TabItem("Face Recognition"):
|
| 142 |
gr.Markdown(
|
| 143 |
"""
|
| 144 |
##### Docker Hub - https://hub.docker.com/r/kbyai/face-recognition
|
| 145 |
-
```bash
|
| 146 |
-
sudo docker pull kbyai/face-recognition:latest
|
| 147 |
-
sudo docker run -e LICENSE="xxxxx" -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest
|
| 148 |
-
```
|
| 149 |
"""
|
| 150 |
)
|
| 151 |
with gr.Row():
|
|
|
|
| 125 |
gr.Markdown(
|
| 126 |
"""
|
| 127 |
# KBY-AI - Face Recognition
|
| 128 |
+
We provide a range of SDKs, including face liveness detection, face recognition, ID document recognition, ID document liveness detection, license plate recognition (LPR), and more.
|
| 129 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
##### ID Capture Web Demo - https://cap.kby-ai.com/
|
|
|
|
| 131 |
"""
|
| 132 |
)
|
| 133 |
with gr.TabItem("Face Recognition"):
|
| 134 |
gr.Markdown(
|
| 135 |
"""
|
| 136 |
##### Docker Hub - https://hub.docker.com/r/kbyai/face-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
"""
|
| 138 |
)
|
| 139 |
with gr.Row():
|