Datasets:

ArXiv:
diffusers-bot commited on
Commit
d674d3c
1 Parent(s): dfde852

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.29.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.30.0.dev0")
47
 
48
 
49
  class MarigoldDepthOutput(BaseOutput):