浏览代码

fix docker

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

+ 1 - 0
rembg/sessions/u2net_custom.py

@@ -2,6 +2,7 @@ import os
 from typing import List
 
 import numpy as np
+import onnxruntime as ort
 import pooch
 from PIL import Image
 from PIL.Image import Image as PILImage