Spaces:
Runtime error
Runtime error
federico
commited on
Commit
β’
a6779d1
1
Parent(s):
927a203
refactored main
Browse files
app.py
CHANGED
@@ -128,7 +128,6 @@ if __name__=='__main__':
|
|
128 |
live=True,
|
129 |
title="Head Pose Estimation and LAEO",
|
130 |
description="This is a demo developed by Federico Figari T. at MaLGa Lab, University of Genoa, Italy. You can choose to have only the Head Pose Estimation or also the LAEO computation (more than 1 person should be in the image). You need to take a picture and the algorithm will calculate the Head Pose and will be showed as an arrow on your face. LAEO, instead is showed colouring the arrow in green.",
|
131 |
-
# examples=EXAMPLES,
|
132 |
)
|
133 |
|
134 |
demo_upload = gr.Interface(
|
|
|
128 |
live=True,
|
129 |
title="Head Pose Estimation and LAEO",
|
130 |
description="This is a demo developed by Federico Figari T. at MaLGa Lab, University of Genoa, Italy. You can choose to have only the Head Pose Estimation or also the LAEO computation (more than 1 person should be in the image). You need to take a picture and the algorithm will calculate the Head Pose and will be showed as an arrow on your face. LAEO, instead is showed colouring the arrow in green.",
|
|
|
131 |
)
|
132 |
|
133 |
demo_upload = gr.Interface(
|