@huggingface/tasks 0.10.18 → 0.10.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/model-libraries.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4800,7 +4800,7 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
4800
4800
|
repoName: "audioseal",
|
|
4801
4801
|
repoUrl: "https://github.com/facebookresearch/audioseal",
|
|
4802
4802
|
filter: false,
|
|
4803
|
-
countDownloads:
|
|
4803
|
+
countDownloads: `path_extension:"pth"`,
|
|
4804
4804
|
snippets: audioseal
|
|
4805
4805
|
},
|
|
4806
4806
|
bertopic: {
|
package/dist/index.js
CHANGED
|
@@ -4761,7 +4761,7 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
4761
4761
|
repoName: "audioseal",
|
|
4762
4762
|
repoUrl: "https://github.com/facebookresearch/audioseal",
|
|
4763
4763
|
filter: false,
|
|
4764
|
-
countDownloads:
|
|
4764
|
+
countDownloads: `path_extension:"pth"`,
|
|
4765
4765
|
snippets: audioseal
|
|
4766
4766
|
},
|
|
4767
4767
|
bertopic: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huggingface/tasks",
|
|
3
3
|
"packageManager": "pnpm@8.10.5",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.19",
|
|
5
5
|
"description": "List of ML tasks for huggingface.co/tasks",
|
|
6
6
|
"repository": "https://github.com/huggingface/huggingface.js.git",
|
|
7
7
|
"publishConfig": {
|
package/src/model-libraries.ts
CHANGED
|
@@ -96,7 +96,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
96
96
|
repoName: "audioseal",
|
|
97
97
|
repoUrl: "https://github.com/facebookresearch/audioseal",
|
|
98
98
|
filter: false,
|
|
99
|
-
countDownloads:
|
|
99
|
+
countDownloads: `path_extension:"pth"`,
|
|
100
100
|
snippets: snippets.audioseal,
|
|
101
101
|
},
|
|
102
102
|
bertopic: {
|