Spaces:
Runtime error
Runtime error
update examples
Browse files
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 |
-
["
|
114 |
-
["a person
|
115 |
-
["a person
|
116 |
-
["a person
|
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",
|