itmorn commited on
Commit
d0284ac
·
1 Parent(s): 30fbe46
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -58,9 +58,9 @@ def inference(image):
58
 
59
 
60
 
61
- title = "Face Keypoint 3d"
62
- description = "demo for Face Keypoint 3d. 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/face_keypoint_3d' target='_blank'>Project Documents</a> | <a href='https://www.bilibili.com/video/BV1GD4y1y77z' target='_blank'>Video Demo</a></p>"
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,