Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -309,12 +309,12 @@ with demo:
|
|
309 |
gr.Markdown('''
|
310 |
### You can test by following examples:
|
311 |
''')
|
312 |
-
examples = gr.Examples
|
313 |
examples=[
|
314 |
["a person jogs in place, slowly at first, then increases speed. they then back up and squat down.", "slow"],
|
315 |
["a man steps forward and does a handstand", "slow"],
|
316 |
["a man rises from the ground, walks in a circle and sits back down on the ground", "slow"],
|
317 |
-
]
|
318 |
label="Examples",
|
319 |
inputs=[text_prompt, method],
|
320 |
outputs=[video_out],
|
|
|
309 |
gr.Markdown('''
|
310 |
### You can test by following examples:
|
311 |
''')
|
312 |
+
examples = gr.Examples(
|
313 |
examples=[
|
314 |
["a person jogs in place, slowly at first, then increases speed. they then back up and squat down.", "slow"],
|
315 |
["a man steps forward and does a handstand", "slow"],
|
316 |
["a man rises from the ground, walks in a circle and sits back down on the ground", "slow"],
|
317 |
+
],
|
318 |
label="Examples",
|
319 |
inputs=[text_prompt, method],
|
320 |
outputs=[video_out],
|