Compare commits

..

No commits in common. "7ae289260d3210a9585ec4fe3352de893eaf771b" and "a5244a7d4bdc40d60c8a7b7c006ca90282e0f0cc" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
ffmpeg_python==0.2.0 ffmpeg_python==0.2.0
gradio==4.21.0 gradio==3.27.0
numpy==1.26.4 numpy==1.24.2
Pillow==10.2.0 Pillow==9.5.0
scikit-image==0.22.0 scikit-image==0.20.0
tqdm==4.66.2 tqdm==4.65.0

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, minimum=1) fps = gr.Number(label="FPS", value=30, min=0)
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(