vumichien commited on
Commit
1f2dd03
1 Parent(s): 120cfa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ with demo:
288
  gr.Markdown('''
289
  ### Generate human motion by **T2M-GPT**
290
  ##### Step 1. Give prompt text describing human motion
291
- ##### Step 2. Choice method to generate output (Fast: Sketch skeleton; Slow: SMPL mesh)
292
  ##### Step 3. Generate output and enjoy
293
  ''')
294
  with gr.Row():
288
  gr.Markdown('''
289
  ### Generate human motion by **T2M-GPT**
290
  ##### Step 1. Give prompt text describing human motion
291
+ ##### Step 2. Choice method to render output (Fast: Sketch skeleton; Slow: SMPL mesh, only work with GPU and running time around 2 mins)
292
  ##### Step 3. Generate output and enjoy
293
  ''')
294
  with gr.Row():