Spaces:
Runtime error
Runtime error
Commit
·
ee24a3d
1
Parent(s):
cb1ba68
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def predict(frame):
|
|
67 |
|
68 |
title = "6D Rotation Representation for Unconstrained Head Pose Estimation"
|
69 |
description = "Gradio demo for 6DRepNet. To use it, simply click the camera picture. Read more at the links below."
|
70 |
-
article = "<div style='text-align: center;'><a href='https://github.com/thohemp/6DRepNet' target='_blank'>Github Repo</a> | <
|
71 |
|
72 |
|
73 |
iface = gr.Interface(
|
|
|
67 |
|
68 |
title = "6D Rotation Representation for Unconstrained Head Pose Estimation"
|
69 |
description = "Gradio demo for 6DRepNet. To use it, simply click the camera picture. Read more at the links below."
|
70 |
+
article = "<div style='text-align: center;'><a href='https://github.com/thohemp/6DRepNet' target='_blank'>Github Repo</a> | <a href='https://arxiv.org/abs/2202.12555' target='_blank'>Paper</a></div>"
|
71 |
|
72 |
|
73 |
iface = gr.Interface(
|