Spaces:
Runtime error
Runtime error
init
Browse files
app.py
CHANGED
@@ -49,9 +49,9 @@ def inference(image):
|
|
49 |
|
50 |
|
51 |
|
52 |
-
title = "
|
53 |
-
description = "demo for
|
54 |
-
article = "<p style='text-align: center'><a href='https://www.yuque.com/itmorn/ability/
|
55 |
|
56 |
gr.Interface(
|
57 |
inference,
|
@@ -63,5 +63,5 @@ gr.Interface(
|
|
63 |
examples=[
|
64 |
["imgs/face1.jpg"],
|
65 |
["imgs/face2.jpg"],
|
66 |
-
["imgs/
|
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)
|