Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lucain <[email protected]>
Co-authored-by: Vaibhav Srivastav <[email protected]>
  • Loading branch information
3 people committed Aug 27, 2024
1 parent 49e75d4 commit 10fde44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
deepforest_tree: {
prettyLabel: "DeepForest Tree",
repoName: "deepforest-Tree",
docsUrl: "https://deepforest.readthedocs.io/en/latest/",
repoUrl: "https://github.com/weecology/DeepForest",
countDownloads: `path:"NEON.pt"`,
},
deepforest_bird: {
prettyLabel: "DeepForest Bird",
repoName: "deepforest-bird",
repoUrl: "https://github.com/weecology/DeepForest",
countDownloads: `path:"bird.pt"`,
countDownloads: `path_extension:"pt"`,
},
"depth-anything-v2": {
prettyLabel: "DepthAnythingV2",
Expand Down

0 comments on commit 10fde44

Please sign in to comment.