update paper link

This commit is contained in:
AK391 2021-06-10 22:49:05 -04:00 committed by GitHub
parent 2044e45b1a
commit d7a4d1865a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ def inference(image):
title = "Face Mesh"
description = "demo for Face Mesh. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2006.10962'>Attention Mesh: High-fidelity Face Mesh Prediction in Real-time</a> | <a href='https://github.com/google/mediapipe'>Github Repo</a></p>"
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1907.06724'>Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs</a> | <a href='https://github.com/google/mediapipe'>Github Repo</a></p>"
gr.Interface(
inference,
@ -48,4 +48,4 @@ gr.Interface(
examples=[
["face1.jpg"],
["face2.jpg"]
]).launch(debug=True)
]).launch(debug=True)