Commit
·
43defda
1
Parent(s):
2ded60b
Update gradio demo.
Browse files- gradio/demo.py +2 -0
gradio/demo.py
CHANGED
@@ -16,6 +16,8 @@ with gr.Blocks() as demo:
|
|
16 |
gr.Markdown(
|
17 |
"""
|
18 |
# Face Liveness Detection
|
|
|
|
|
19 |
"""
|
20 |
)
|
21 |
with gr.Row():
|
|
|
16 |
gr.Markdown(
|
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 |
)
|
23 |
with gr.Row():
|