Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
β’
cea9a36
1
Parent(s):
17e381c
Update gradio_t2v.py
Browse files- gradio_t2v.py +1 -0
gradio_t2v.py
CHANGED
@@ -32,6 +32,7 @@ def create_demo(get_video):
|
|
32 |
inputs = [
|
33 |
prompt,
|
34 |
seed,
|
|
|
35 |
# num_frames,
|
36 |
# num_inference_steps,
|
37 |
]
|
|
|
32 |
inputs = [
|
33 |
prompt,
|
34 |
seed,
|
35 |
+
sampling_steps
|
36 |
# num_frames,
|
37 |
# num_inference_steps,
|
38 |
]
|