From 8a0c86be880f978c4f3d0f53a866dbb1d5c5d399 Mon Sep 17 00:00:00 2001 From: Weiqiang Zhu <75299929+zhuwq0@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:06:14 -0800 Subject: [PATCH] Update predict.py --- predict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predict.py b/predict.py index 99890fd..949f189 100644 --- a/predict.py +++ b/predict.py @@ -22,7 +22,7 @@ plot_das, plot_phasenet, ) -from tqdm.auto import tqdm +import tqdm # mp.set_start_method("spawn", force=True) matplotlib.use("agg")