Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
β’
b286159
1
Parent(s):
b19ac30
Update gradio_t2v.py
Browse files- 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",
|
41 |
["Cars running on the highway at night", 1000, 50],
|
42 |
-
["close up of a clown fish swimming. 4K",
|
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,
|