Balaji23 commited on
Commit
dff01a5
·
verified ·
1 Parent(s): fecade2

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +19 -19
demo.py CHANGED
@@ -106,27 +106,27 @@ def compare_face(frame1, frame2):
106
  return [faces, html]
107
 
108
  with gr.Blocks() as demo:
109
- gr.Markdown(
110
- """
111
- # KBY-AI - Face Recognition
112
- We offer SDKs for face recognition, liveness detection(anti-spoofing) and ID card recognition.
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():
131
  with gr.Column():
132
  compare_face_input1 = gr.Image(type='filepath')
 
106
  return [faces, html]
107
 
108
  with gr.Blocks() as demo:
109
+ # gr.Markdown(
110
+ # """
111
+ # # KBY-AI - Face Recognition
112
+ # We offer SDKs for face recognition, liveness detection(anti-spoofing) and ID card recognition.
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():
131
  with gr.Column():
132
  compare_face_input1 = gr.Image(type='filepath')