jiuface commited on
Commit
ae887eb
1 Parent(s): e97e845
__pycache__/cv_utils.cpython-310.pyc CHANGED
Binary files a/__pycache__/cv_utils.cpython-310.pyc and b/__pycache__/cv_utils.cpython-310.pyc differ
 
__pycache__/depth_estimator.cpython-310.pyc CHANGED
Binary files a/__pycache__/depth_estimator.cpython-310.pyc and b/__pycache__/depth_estimator.cpython-310.pyc differ
 
__pycache__/image_segmentor.cpython-310.pyc CHANGED
Binary files a/__pycache__/image_segmentor.cpython-310.pyc and b/__pycache__/image_segmentor.cpython-310.pyc differ
 
__pycache__/preprocessor.cpython-310.pyc CHANGED
Binary files a/__pycache__/preprocessor.cpython-310.pyc and b/__pycache__/preprocessor.cpython-310.pyc differ
 
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  accelerate
2
- torch
3
  transformers
4
  tqdm
5
  einops
 
1
  accelerate
2
+ torch==2.0.0
3
  transformers
4
  tqdm
5
  einops