Ahsen Khaliq
commited on
Commit
•
d0cc4f4
1
Parent(s):
a3a7081
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def inference(image):
|
|
36 |
|
37 |
title = "Face Mesh"
|
38 |
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."
|
39 |
-
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>"
|
40 |
|
41 |
gr.Interface(
|
42 |
inference,
|
|
|
36 |
|
37 |
title = "Face Mesh"
|
38 |
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."
|
39 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1907.06724' target='_blank'>Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs</a> | <a href='https://github.com/google/mediapipe' target='_blank'>Github Repo</a></p>"
|
40 |
|
41 |
gr.Interface(
|
42 |
inference,
|