kbrodt commited on
Commit
978dfc6
1 Parent(s): e4cfea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 + 5],
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
  )