mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2025-02-23 12:43:15 +03:00
perf: auto generated list of methods
This commit is contained in:
parent
0adccad87b
commit
8fe6d70749
3 changed files with 5 additions and 7 deletions
|
@ -3,9 +3,7 @@ from processing.bulk import bulk_processing
|
|||
from methods.bulk_methods import methods
|
||||
|
||||
with gr.Blocks() as app:
|
||||
gr.Markdown(
|
||||
"Mass processing of images one at a time and saving to video if needed. # **WIP, not working**"
|
||||
)
|
||||
gr.Markdown("Mass processing of images one at a time.")
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
directory = gr.Text(
|
||||
|
|
Loading…
Add table
Reference in a new issue