Commit
·
899fad9
1
Parent(s):
43defda
Update gradio/demo.py
Browse files- gradio/demo.py +4 -0
gradio/demo.py
CHANGED
@@ -17,6 +17,10 @@ with gr.Blocks() as demo:
|
|
17 |
"""
|
18 |
# Face Liveness Detection
|
19 |
Get your own Face Liveness Detection Server by duplicating this space.<br/>
|
|
|
|
|
|
|
|
|
20 |
Contact us at [email protected] for issues and support.<br/>
|
21 |
"""
|
22 |
)
|
|
|
17 |
"""
|
18 |
# Face Liveness Detection
|
19 |
Get your own Face Liveness Detection Server by duplicating this space.<br/>
|
20 |
+
Or run on your own machine using docker.<br/>
|
21 |
+
```docker run -it -p 7860:7860 --platform=linux/amd64 \
|
22 |
+
-e LICENSE_KEY="YOUR_VALUE_HERE" \
|
23 |
+
registry.hf.space/faceonlive-face-liveness-detection-sdk:latest ```<br/><br/>
|
24 |
Contact us at [email protected] for issues and support.<br/>
|
25 |
"""
|
26 |
)
|