amael-apple commited on
Commit
943bb94
1 Parent(s): 41f26b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ class DepthProWrapper(DepthPro, PyTorchModelHubMixin):
80
 
81
 
82
  # Load model and preprocessing transform
83
- model = DepthProWrapper.from_pretrained("DepthPro-L")
84
  transform = Compose(
85
  [
86
  ToTensor(),
 
80
 
81
 
82
  # Load model and preprocessing transform
83
+ model = DepthProWrapper.from_pretrained("apple/DepthPro-mixin")
84
  transform = Compose(
85
  [
86
  ToTensor(),