mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2024-11-05 12:13:59 +03:00
Update app.py
This commit is contained in:
parent
e710cc1768
commit
7ae289260d
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue