Turing311 commited on
Commit
33e8914
·
2 Parent(s): 3681b7b ac1e9f8

Merge branch 'main' of https://huggingface.co/spaces/Alan311/ID-OCR-SDK into main

Browse files
Files changed (1) hide show
  1. demo.py +4 -0
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
  )