Browse Source

fix docker

Daniel Gatis 2 năm trước cách đây
mục cha
commit
a9026d02e0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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