kbrodt commited on
Commit
5486a34
1 Parent(s): 5866b0a

Update app.py

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