Zhu-FaceOnLive
commited on
Commit
·
d34f5d1
1
Parent(s):
4711ea0
Update demo.py
Browse files
demo.py
CHANGED
@@ -143,6 +143,10 @@ with gr.Blocks() as demo:
|
|
143 |
"""
|
144 |
# ID Document Recognition
|
145 |
Get your own ID Document Recognition Server by duplicating this space.<br/>
|
|
|
|
|
|
|
|
|
146 |
Contact us at [email protected] for issues and support.<br/>
|
147 |
"""
|
148 |
)
|
|
|
143 |
"""
|
144 |
# ID Document Recognition
|
145 |
Get your own ID Document Recognition Server by duplicating this space.<br/>
|
146 |
+
Or run on your own machine using docker.<br/>
|
147 |
+
```docker run -it -p 7860:7860 --platform=linux/amd64 \
|
148 |
+
-e LICENSE_KEY="YOUR_VALUE_HERE" \
|
149 |
+
registry.hf.space/faceonlive-id-document-recognition-sdk:latest```<br/><br/>
|
150 |
Contact us at [email protected] for issues and support.<br/>
|
151 |
"""
|
152 |
)
|