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