kbrodt commited on
Commit
1847121
1 Parent(s): b4c8746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:2], # 5] + examples[6:6 + 4],
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
  )