nielsr HF Staff commited on
Commit
f1d2a7b
·
verified ·
1 Parent(s): 5dfc716

Add library name

Browse files

This PR ensures people can easily use this model with the `diffusers` library, by adding `library_name: diffusers` as a tag.

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
5
  pipeline_tag: depth-estimation
6
- new_version: prs-eth/marigold-depth-v1-1
7
- pinned: true
8
  tags:
9
  - depth estimation
10
  - image analysis
11
  - computer vision
12
  - in-the-wild
13
  - zero-shot
 
 
14
  ---
15
 
16
  <h1 align="center">Marigold Depth v1-0 Model Card</h1>
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  pipeline_tag: depth-estimation
6
+ library_name: diffusers
 
7
  tags:
8
  - depth estimation
9
  - image analysis
10
  - computer vision
11
  - in-the-wild
12
  - zero-shot
13
+ new_version: prs-eth/marigold-depth-v1-1
14
+ pinned: true
15
  ---
16
 
17
  <h1 align="center">Marigold Depth v1-0 Model Card</h1>