Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
|
@@ -67,10 +67,8 @@ with gr.Blocks() as demo:
|
|
| 67 |
gr.Markdown(
|
| 68 |
"""
|
| 69 |
# KBY-AI License Plate Recognition
|
| 70 |
-
We
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
##### KYC Verification Demo - https://github.com/kby-ai/KYC-Verification-Demo-Android
|
| 74 |
##### ID Capture Web Demo - https://cap.kby-ai.com
|
| 75 |
"""
|
| 76 |
)
|
|
@@ -79,10 +77,6 @@ with gr.Blocks() as demo:
|
|
| 79 |
gr.Markdown(
|
| 80 |
"""
|
| 81 |
##### Docker Hub - https://hub.docker.com/r/kbyai/license-plate-recognition
|
| 82 |
-
```bash
|
| 83 |
-
sudo docker pull kbyai/license-plate-recognition:latest
|
| 84 |
-
sudo docker run -v ./license.txt:/home/openvino/kby-ai-alpr/license.txt -p 8081:8080 -p 9001:9000 kbyai/license-plate-recognition:latest
|
| 85 |
-
```
|
| 86 |
"""
|
| 87 |
)
|
| 88 |
with gr.Row():
|
|
|
|
| 67 |
gr.Markdown(
|
| 68 |
"""
|
| 69 |
# KBY-AI License Plate Recognition
|
| 70 |
+
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.
|
| 71 |
+
|
|
|
|
|
|
|
| 72 |
##### ID Capture Web Demo - https://cap.kby-ai.com
|
| 73 |
"""
|
| 74 |
)
|
|
|
|
| 77 |
gr.Markdown(
|
| 78 |
"""
|
| 79 |
##### Docker Hub - https://hub.docker.com/r/kbyai/license-plate-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
"""
|
| 81 |
)
|
| 82 |
with gr.Row():
|