vumichien commited on
Commit
0e27909
1 Parent(s): 4af45f8

Update app.py

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