From efa0a6483c9dfbdde6717bec202942c6036e72ff Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Fri, 2 Sep 2022 19:26:18 +0300 Subject: change webui.bat to use venv --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui.py') diff --git a/webui.py b/webui.py index e59172df..c51a7829 100644 --- a/webui.py +++ b/webui.py @@ -633,9 +633,9 @@ def draw_xy_grid(xs, ys, x_label, y_label, cell): for y in ys: for x in xs: + state.job = f"{x + y * len(xs)} out of {len(xs) * len(ys)}" res.append(cell(x, y)) - grid = image_grid(res, rows=len(ys)) grid = draw_grid_annotations(grid, res[0].width, res[0].height, hor_texts, ver_texts) -- cgit v1.2.3