Spaces:
Runtime error
Runtime error
init
Browse files
app.py
CHANGED
@@ -58,9 +58,9 @@ def inference(image):
|
|
58 |
|
59 |
|
60 |
|
61 |
-
title = "
|
62 |
-
description = "demo for
|
63 |
-
article = "<p style='text-align: center'><a href='https://www.yuque.com/itmorn/ability/
|
64 |
|
65 |
gr.Interface(
|
66 |
inference,
|
|
|
58 |
|
59 |
|
60 |
|
61 |
+
title = "Detect Living Face"
|
62 |
+
description = "demo for Detect Living Face. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
63 |
+
article = "<p style='text-align: center'><a href='https://www.yuque.com/itmorn/ability/detect_living_face' target='_blank'>Project Documents</a> | <a href='https://www.bilibili.com/video/BV1CW4y1n7Kg' target='_blank'>Video Demo</a></p>"
|
64 |
|
65 |
gr.Interface(
|
66 |
inference,
|