echomimic
echomimic copied to clipboard
can i change maximum video duration?
i find that the maximum length of the video is 5000, with the frame rate of 24, it is about 3 minute, 47 seconds.
length = gr.Slider(label="Length", minimum=100, maximum=5000, value=default_values["length"])
can I change the maximum length to a larger number? 10000 for example? what is the consequence?