[gradio] updated max num loop (#139)

This commit is contained in:
Frank Lee 2024-06-15 22:52:00 +08:00 committed by GitHub
parent be61f44a29
commit 628aaeae19

View file

@ -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"