Datasets:

ArXiv:
diffusers-benchmarking-bot commited on
Commit
f3b0513
1 Parent(s): c6d1527

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. main/marigold_depth_estimation.py +1 -1
main/marigold_depth_estimation.py CHANGED
@@ -43,7 +43,7 @@ from diffusers.utils import BaseOutput, check_min_version
43
 
44
 
45
  # Will error if the minimal version of diffusers is not installed. Remove at your own risks.
46
- check_min_version("0.32.0.dev0")
47
 
48
 
49
  class MarigoldDepthOutput(BaseOutput):
 
43
 
44
 
45
  # Will error if the minimal version of diffusers is not installed. Remove at your own risks.
46
+ check_min_version("0.33.0.dev0")
47
 
48
 
49
  class MarigoldDepthOutput(BaseOutput):