mingyuan commited on
Commit
60e741b
1 Parent(s): e4f9cca

update examples

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -110,10 +110,10 @@ demo = gr.Interface(
110
  fn=generate,
111
  inputs=["text", gr.Slider(20, 196, value=60)],
112
  examples=[
113
- ["the man throws a punch with each hand.", 58],
114
- ["a person spins quickly and takes off running.", 29],
115
- ["a person quickly waves with their right hand", 46],
116
- ["a person performing a slight bow", 89],
117
  ],
118
  outputs="video",
119
  title="ReMoDiffuse: Retrieval-Augmented Motion Diffusion Model",
 
110
  fn=generate,
111
  inputs=["text", gr.Slider(20, 196, value=60)],
112
  examples=[
113
+ ["a person performs a cartwheel", 57],
114
+ ["a person picks up something from the ground", 79],
115
+ ["a person walks around and then sits down", 190],
116
+ ["a person performs a deep bow", 89],
117
  ],
118
  outputs="video",
119
  title="ReMoDiffuse: Retrieval-Augmented Motion Diffusion Model",