Spaces:
Sleeping
Sleeping
Update demo.py
Browse files
demo.py
CHANGED
@@ -108,23 +108,13 @@ def compare_face(frame1, frame2):
|
|
108 |
with gr.Blocks() as demo:
|
109 |
gr.Markdown(
|
110 |
"""
|
111 |
-
#
|
112 |
-
|
113 |
-
We also specialize in providing outsourcing services with a variety of technical stacks like AI(Computer Vision/Machine Learning), Mobile apps, and web apps.
|
114 |
-
|
115 |
-
##### KYC Verification Demo - https://github.com/kby-ai/KYC-Verification-Demo-Android
|
116 |
-
##### ID Capture Web Demo - https://id-document-recognition-react-alpha.vercel.app
|
117 |
-
##### Documentation - Help Center - https://docs.kby-ai.com
|
118 |
"""
|
119 |
)
|
120 |
with gr.TabItem("Face Recognition"):
|
121 |
gr.Markdown(
|
122 |
"""
|
123 |
-
##### Docker Hub - https://hub.docker.com/r/kbyai/face-recognition
|
124 |
-
```bash
|
125 |
-
sudo docker pull kbyai/face-recognition:latest
|
126 |
-
sudo docker run -e LICENSE="xxxxx" -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest
|
127 |
-
```
|
128 |
"""
|
129 |
)
|
130 |
with gr.Row():
|
|
|
108 |
with gr.Blocks() as demo:
|
109 |
gr.Markdown(
|
110 |
"""
|
111 |
+
# Face Recognition
|
112 |
+
A demo face Recognition Neural Network
|
|
|
|
|
|
|
|
|
|
|
113 |
"""
|
114 |
)
|
115 |
with gr.TabItem("Face Recognition"):
|
116 |
gr.Markdown(
|
117 |
"""
|
|
|
|
|
|
|
|
|
|
|
118 |
"""
|
119 |
)
|
120 |
with gr.Row():
|