mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2024-11-23 12:26:24 +03:00
Compare commits
2 commits
a5244a7d4b
...
7ae289260d
Author | SHA1 | Date | |
---|---|---|---|
7ae289260d | |||
e710cc1768 |
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue