From 7aa4daad99b417a93fbd906b81779ada2d2ec5da Mon Sep 17 00:00:00 2001 From: henry senyondo Date: Mon, 27 Jan 2025 15:00:10 -0500 Subject: [PATCH] DeepForest model library: use default download count (#1144) Co-authored-by: Pedro Cuenca --- packages/tasks/src/model-libraries.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index d8d6ce887..cef51ecf3 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -185,7 +185,6 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoName: "deepforest", docsUrl: "https://deepforest.readthedocs.io/en/latest/", repoUrl: "https://github.com/weecology/DeepForest", - countDownloads: `path_extension:"pt" OR path_extension:"pl"`, }, "depth-anything-v2": { prettyLabel: "DepthAnythingV2",