Turing311 commited on
Commit
ac1e9f8
·
1 Parent(s): b62ef42

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -2
demo.py CHANGED
@@ -145,12 +145,12 @@ with gr.Blocks() as demo:
145
  gr.Markdown(
146
  """
147
  # ID Document Recognition
148
- <h6>Get your own ID Document Recognition Server by duplicating this space.<br/>
149
  Or run on your own machine using docker.<br/>
150
  ```docker run -it -p 7860:7860 --platform=linux/amd64 \
151
  -e LICENSE_KEY="YOUR_VALUE_HERE" \
152
  registry.hf.space/faceonlive-id-document-recognition-sdk:latest```<br/><br/>
153
- Contact us at [email protected] for issues and support.<br/><h6/>
154
  """
155
  )
156
  with gr.TabItem("ID Card Recognition"):
 
145
  gr.Markdown(
146
  """
147
  # ID Document Recognition
148
+ Get your own ID Document Recognition Server by duplicating this space.<br/>
149
  Or run on your own machine using docker.<br/>
150
  ```docker run -it -p 7860:7860 --platform=linux/amd64 \
151
  -e LICENSE_KEY="YOUR_VALUE_HERE" \
152
  registry.hf.space/faceonlive-id-document-recognition-sdk:latest```<br/><br/>
153
+ Contact us at [email protected] for issues and support.<br/>
154
  """
155
  )
156
  with gr.TabItem("ID Card Recognition"):