RamAnanth1 commited on
Commit
b286159
β€’
1 Parent(s): b19ac30

Update gradio_t2v.py

Browse files
Files changed (1) hide show
  1. gradio_t2v.py +2 -2
gradio_t2v.py CHANGED
@@ -37,9 +37,9 @@ def create_demo(get_video):
37
  # num_inference_steps,
38
  ]
39
  gr.Examples(examples=[
40
- ["Astronaut riding a horse", 431, 50],
41
  ["Cars running on the highway at night", 1000, 50],
42
- ["close up of a clown fish swimming. 4K",7865, 50]
43
 
44
  ],
45
  inputs=inputs,
 
37
  # num_inference_steps,
38
  ]
39
  gr.Examples(examples=[
40
+ ["Astronaut riding a horse", 731, 50],
41
  ["Cars running on the highway at night", 1000, 50],
42
+ ["close up of a clown fish swimming. 4K",865, 50]
43
 
44
  ],
45
  inputs=inputs,