Anton Obukhov commited on
Commit
7254ce6
·
1 Parent(s): 1d490ff

upgrade to 1.1

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -7,9 +7,9 @@ sdk: gradio
7
  sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: true
10
- license: cc-by-sa-4.0
11
  models:
12
- - prs-eth/marigold-depth-v1-0
13
  ---
14
 
15
  This is a demo of the monocular depth estimation pipeline, described in the CVPR 2024 paper titled ["Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation"](https://arxiv.org/abs/2312.02145)
 
7
  sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: true
10
+ license: apache-2.0
11
  models:
12
+ - prs-eth/marigold-depth-v1-1
13
  ---
14
 
15
  This is a demo of the monocular depth estimation pipeline, described in the CVPR 2024 paper titled ["Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation"](https://arxiv.org/abs/2312.02145)
app.py CHANGED
@@ -40,7 +40,7 @@ from gradio_dualvision import DualVisionApp
40
  from huggingface_hub import login
41
  from PIL import Image
42
 
43
- CHECKPOINT = "prs-eth/marigold-depth-v1-0"
44
 
45
  if "HF_TOKEN_LOGIN" in os.environ:
46
  login(token=os.environ["HF_TOKEN_LOGIN"])
 
40
  from huggingface_hub import login
41
  from PIL import Image
42
 
43
+ CHECKPOINT = "prs-eth/marigold-depth-v1-1"
44
 
45
  if "HF_TOKEN_LOGIN" in os.environ:
46
  login(token=os.environ["HF_TOKEN_LOGIN"])