Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -145,12 +145,12 @@ with gr.Blocks() as demo:
|
|
145 |
gr.Markdown(
|
146 |
"""
|
147 |
# ID Document Recognition
|
148 |
-
|
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"):
|
|
|
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"):
|