Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ def main():
|
|
| 144 |
gr.Checkbox(value=True, label="Pose naturalness"),
|
| 145 |
],
|
| 146 |
outputs=gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="SMPL 3D pose"),
|
| 147 |
-
examples=examples[:5] + examples[6:6 +
|
| 148 |
title=TITLE,
|
| 149 |
description=DESCRIPTION,
|
| 150 |
)
|
|
|
|
| 144 |
gr.Checkbox(value=True, label="Pose naturalness"),
|
| 145 |
],
|
| 146 |
outputs=gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="SMPL 3D pose"),
|
| 147 |
+
examples=examples[:5] + examples[6:6 + 4],
|
| 148 |
title=TITLE,
|
| 149 |
description=DESCRIPTION,
|
| 150 |
)
|