diff --git a/gradio/demo.py b/gradio/demo.py index d0a1967d4..65697c491 100644 --- a/gradio/demo.py +++ b/gradio/demo.py @@ -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 = "

Attention Mesh: High-fidelity Face Mesh Prediction in Real-time | Github Repo

" +article = "

Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs | Github Repo

" gr.Interface( inference, @@ -48,4 +48,4 @@ gr.Interface( examples=[ ["face1.jpg"], ["face2.jpg"] - ]).launch(debug=True) \ No newline at end of file + ]).launch(debug=True)