提交 d8b427f8 编写于 作者: A AUTOMATIC

remove the warning at startup related to previous PR with batch processing

上级 b8cf2ea8
......@@ -649,7 +649,7 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo):
image = gr.Image(label="Source", source="upload", interactive=True, type="pil")
with gr.TabItem('Batch Process'):
image_batch = gr.File(label="Batch Process", file_count="multiple", source="upload", interactive=True, type="file")
image_batch = gr.File(label="Batch Process", file_count="multiple", interactive=True, type="file")
upscaling_resize = gr.Slider(minimum=1.0, maximum=4.0, step=0.05, label="Resize", value=2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册