Update app.py

This commit is contained in:
Artemy 2024-03-17 17:50:58 +03:00
parent e710cc1768
commit 7ae289260d

View file

@ -7,7 +7,7 @@ with gr.Blocks() as app:
placeholder="A directory with many images of the same size", label="Directory" 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: with gr.Accordion("Advanced settings", open=False) as acc:
video_name = gr.Text( video_name = gr.Text(