itmorn commited on
Commit
f12c63f
·
1 Parent(s): 3c00b4e
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -49,9 +49,9 @@ def inference(image):
49
 
50
 
51
 
52
- title = "Detect Face"
53
- description = "demo for Detect Face. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
54
- article = "<p style='text-align: center'><a href='https://www.yuque.com/itmorn/ability/detect_face' target='_blank'>Project Documents</a> | <a href='https://www.bilibili.com/video/BV1cg411v7CR' target='_blank'>Video Demo</a></p>"
55
 
56
  gr.Interface(
57
  inference,
@@ -63,5 +63,5 @@ gr.Interface(
63
  examples=[
64
  ["imgs/face1.jpg"],
65
  ["imgs/face2.jpg"],
66
- ["imgs/11.jpg"]
67
  ]).launch(debug=True)
 
49
 
50
 
51
 
52
+ title = "Face Keypoint"
53
+ description = "demo for Face Keypoint. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
54
+ article = "<p style='text-align: center'><a href='https://www.yuque.com/itmorn/ability/face_keypoint' target='_blank'>Project Documents</a> | <a href='https://www.bilibili.com/video/BV1DN4y1P7j3' target='_blank'>Video Demo</a></p>"
55
 
56
  gr.Interface(
57
  inference,
 
63
  examples=[
64
  ["imgs/face1.jpg"],
65
  ["imgs/face2.jpg"],
66
+ ["imgs/cc.png"]
67
  ]).launch(debug=True)