Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ def main():
|
|
138 |
gr.Checkbox(value=True, label="Pose naturalness"),
|
139 |
],
|
140 |
outputs=gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="SMPL 3D pose"),
|
141 |
-
examples=examples[:
|
142 |
title=TITLE,
|
143 |
description=DESCRIPTION,
|
144 |
)
|
|
|
138 |
gr.Checkbox(value=True, label="Pose naturalness"),
|
139 |
],
|
140 |
outputs=gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="SMPL 3D pose"),
|
141 |
+
examples=examples[:5],
|
142 |
title=TITLE,
|
143 |
description=DESCRIPTION,
|
144 |
)
|