From 7ae289260d3210a9585ec4fe3352de893eaf771b Mon Sep 17 00:00:00 2001 From: Artemy Date: Sun, 17 Mar 2024 17:50:58 +0300 Subject: [PATCH] Update app.py --- tabs/Images to video/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/Images to video/app.py b/tabs/Images to video/app.py index 8cc8322..fccecec 100644 --- a/tabs/Images to video/app.py +++ b/tabs/Images to video/app.py @@ -7,7 +7,7 @@ with gr.Blocks() as app: placeholder="A directory with many images of the same size", label="Directory" ) - fps = gr.Number(label="FPS", value=30, min=0) + fps = gr.Number(label="FPS", value=30, minimum=1) with gr.Accordion("Advanced settings", open=False) as acc: video_name = gr.Text(