mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-10 04:37:45 +02:00
[gradio] updated max num loop (#139)
This commit is contained in:
parent
be61f44a29
commit
628aaeae19
|
|
@ -602,7 +602,7 @@ def main():
|
|||
num_loop = gr.Slider(
|
||||
value=1,
|
||||
minimum=1,
|
||||
maximum=10,
|
||||
maximum=20,
|
||||
step=1,
|
||||
label="Number of Loops",
|
||||
info="This will change the length of the generated video, keep it to 1 if you are not sure"
|
||||
|
|
|
|||
Loading…
Reference in a new issue