Compare commits

..

2 commits

Author SHA1 Message Date
7ae289260d Update app.py 2024-03-17 17:50:58 +03:00
e710cc1768 Update requirements.txt 2024-03-17 17:39:50 +03:00
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==3.27.0 gradio==4.21.0
numpy==1.24.2 numpy==1.26.4
Pillow==9.5.0 Pillow==10.2.0
scikit-image==0.20.0 scikit-image==0.22.0
tqdm==4.65.0 tqdm==4.66.2

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(