Spaces:
Runtime error
Runtime error
KupynOrest
commited on
Commit
β’
9c0b6a9
1
Parent(s):
4bc73d8
fix
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
23 |
fn=detect_faces,
|
24 |
inputs=[
|
25 |
gr.Image(type="numpy", label="Upload an Image"),
|
26 |
-
gr.Radio(['Full', 'Head Boxes', 'Face Landmarks', 'Head Mesh', 'Head Pose'], label="Face Detection Method",
|
27 |
],
|
28 |
outputs=gr.Image(type="numpy", label="Image with Faces"),
|
29 |
title="Demo of: VGGHeads: A Large-Scale Synthetic Dataset for 3D Human Heads",
|
|
|
23 |
fn=detect_faces,
|
24 |
inputs=[
|
25 |
gr.Image(type="numpy", label="Upload an Image"),
|
26 |
+
gr.Radio(['Full', 'Head Boxes', 'Face Landmarks', 'Head Mesh', 'Head Pose'], label="Face Detection Method", value='Full')
|
27 |
],
|
28 |
outputs=gr.Image(type="numpy", label="Image with Faces"),
|
29 |
title="Demo of: VGGHeads: A Large-Scale Synthetic Dataset for 3D Human Heads",
|