Daniel Gatis 2 年之前
父节点
当前提交
354f5315c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rembg/session_factory.py

+ 1 - 1
rembg/session_factory.py

@@ -5,8 +5,8 @@ from contextlib import redirect_stdout
 from pathlib import Path
 from typing import Type
 
-import pooch
 import onnxruntime as ort
+import pooch
 
 from .session_base import BaseSession
 from .session_cloth import ClothSession