Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan authored Jan 10, 2025
1 parent a25b739 commit d9d83fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,13 +844,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
snippets: snippets.voicecraft,
},
ultralytics: {
prettyLabel: "ultralyrics",
repoName: "ultralyrics",
prettyLabel: "ultralytics",
repoName: "ultralytics",
repoUrl: "https://github.com/ultralytics/ultralytics",
docsUrl: "https://github.com/ultralytics/ultralytics",
filter: false,
countDownloads: `path_extension:"pt"`,
snippets: snippets.ultralyrics,
snippets: snippets.ultralytics,
},
yolov10: {
prettyLabel: "YOLOv10",
Expand Down

0 comments on commit d9d83fc

Please sign in to comment.