wondervictor commited on
Commit
4038a0d
·
verified ·
1 Parent(s): d483d78

Update preprocessor.py

Browse files
Files changed (1) hide show
  1. preprocessor.py +1 -1
preprocessor.py CHANGED
@@ -18,7 +18,7 @@ from controlnet_aux import (
18
  from controlnet_aux.util import HWC3
19
  from transformers import pipeline
20
  # from cv_utils import resize_image
21
- from depth_estimator import DepthEstimator
22
 
23
 
24
  class DepthEstimator:
 
18
  from controlnet_aux.util import HWC3
19
  from transformers import pipeline
20
  # from cv_utils import resize_image
21
+ # from depth_estimator import DepthEstimator
22
 
23
 
24
  class DepthEstimator: