Spaces:
Paused
Paused
Commit
β’
838a15b
1
Parent(s):
7948ff4
update package
Browse files- README.md +1 -1
- package-lock.json +4 -31
- package.json +0 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: VideoChain-UI
|
3 |
-
emoji:
|
4 |
colorFrom: "#1a1b1c"
|
5 |
colorTo: "#acb1b5"
|
6 |
sdk: docker
|
|
|
1 |
---
|
2 |
title: VideoChain-UI
|
3 |
+
emoji: π¬π
|
4 |
colorFrom: "#1a1b1c"
|
5 |
colorTo: "#acb1b5"
|
6 |
sdk: docker
|
package-lock.json
CHANGED
@@ -8,8 +8,6 @@
|
|
8 |
"name": "videochain-ui",
|
9 |
"version": "0.1.0",
|
10 |
"dependencies": {
|
11 |
-
"@gradio/client": "^0.1.4",
|
12 |
-
"@huggingface/inference": "^2.6.1",
|
13 |
"@radix-ui/react-accordion": "^1.1.2",
|
14 |
"@radix-ui/react-checkbox": "^1.0.4",
|
15 |
"@radix-ui/react-collapsible": "^1.0.3",
|
@@ -272,27 +270,6 @@
|
|
272 |
"react-dom": ">=16.8.0"
|
273 |
}
|
274 |
},
|
275 |
-
"node_modules/@gradio/client": {
|
276 |
-
"version": "0.1.4",
|
277 |
-
"resolved": "https://registry.npmjs.org/@gradio/client/-/client-0.1.4.tgz",
|
278 |
-
"integrity": "sha512-iGu5PYpqOG6jq0l3+XoB8JCQ4ppoXSSb4T9IK2i1JckY2WXVW/x/MCVTc8WTouyu6o0h46shGWSjMSBr9Xnlug==",
|
279 |
-
"dependencies": {
|
280 |
-
"bufferutil": "^4.0.7",
|
281 |
-
"semiver": "^1.1.0",
|
282 |
-
"ws": "^8.13.0"
|
283 |
-
},
|
284 |
-
"engines": {
|
285 |
-
"node": ">=18.0.0"
|
286 |
-
}
|
287 |
-
},
|
288 |
-
"node_modules/@huggingface/inference": {
|
289 |
-
"version": "2.6.1",
|
290 |
-
"resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-2.6.1.tgz",
|
291 |
-
"integrity": "sha512-qFYchgOCPeEkZJKiSr7Kz62QwukJtgkeQCT7Q0SSKUcvHpTQVNJp6i/JrJMR4dBdzQysJ1SZDC0pLBBnnskTag==",
|
292 |
-
"engines": {
|
293 |
-
"node": ">=18"
|
294 |
-
}
|
295 |
-
},
|
296 |
"node_modules/@humanwhocodes/config-array": {
|
297 |
"version": "0.11.10",
|
298 |
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
|
@@ -1923,6 +1900,8 @@
|
|
1923 |
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz",
|
1924 |
"integrity": "sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==",
|
1925 |
"hasInstallScript": true,
|
|
|
|
|
1926 |
"dependencies": {
|
1927 |
"node-gyp-build": "^4.3.0"
|
1928 |
},
|
@@ -4498,6 +4477,8 @@
|
|
4498 |
"version": "4.6.0",
|
4499 |
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz",
|
4500 |
"integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==",
|
|
|
|
|
4501 |
"bin": {
|
4502 |
"node-gyp-build": "bin.js",
|
4503 |
"node-gyp-build-optional": "optional.js",
|
@@ -5469,14 +5450,6 @@
|
|
5469 |
"loose-envify": "^1.1.0"
|
5470 |
}
|
5471 |
},
|
5472 |
-
"node_modules/semiver": {
|
5473 |
-
"version": "1.1.0",
|
5474 |
-
"resolved": "https://registry.npmjs.org/semiver/-/semiver-1.1.0.tgz",
|
5475 |
-
"integrity": "sha512-QNI2ChmuioGC1/xjyYwyZYADILWyW6AmS1UH6gDj/SFUUUS4MBAWs/7mxnkRPc/F4iHezDP+O8t0dO8WHiEOdg==",
|
5476 |
-
"engines": {
|
5477 |
-
"node": ">=6"
|
5478 |
-
}
|
5479 |
-
},
|
5480 |
"node_modules/semver": {
|
5481 |
"version": "7.5.4",
|
5482 |
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
|
8 |
"name": "videochain-ui",
|
9 |
"version": "0.1.0",
|
10 |
"dependencies": {
|
|
|
|
|
11 |
"@radix-ui/react-accordion": "^1.1.2",
|
12 |
"@radix-ui/react-checkbox": "^1.0.4",
|
13 |
"@radix-ui/react-collapsible": "^1.0.3",
|
|
|
270 |
"react-dom": ">=16.8.0"
|
271 |
}
|
272 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
"node_modules/@humanwhocodes/config-array": {
|
274 |
"version": "0.11.10",
|
275 |
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
|
|
|
1900 |
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz",
|
1901 |
"integrity": "sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==",
|
1902 |
"hasInstallScript": true,
|
1903 |
+
"optional": true,
|
1904 |
+
"peer": true,
|
1905 |
"dependencies": {
|
1906 |
"node-gyp-build": "^4.3.0"
|
1907 |
},
|
|
|
4477 |
"version": "4.6.0",
|
4478 |
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz",
|
4479 |
"integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==",
|
4480 |
+
"optional": true,
|
4481 |
+
"peer": true,
|
4482 |
"bin": {
|
4483 |
"node-gyp-build": "bin.js",
|
4484 |
"node-gyp-build-optional": "optional.js",
|
|
|
5450 |
"loose-envify": "^1.1.0"
|
5451 |
}
|
5452 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5453 |
"node_modules/semver": {
|
5454 |
"version": "7.5.4",
|
5455 |
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
package.json
CHANGED
@@ -9,8 +9,6 @@
|
|
9 |
"lint": "next lint"
|
10 |
},
|
11 |
"dependencies": {
|
12 |
-
"@gradio/client": "^0.1.4",
|
13 |
-
"@huggingface/inference": "^2.6.1",
|
14 |
"@radix-ui/react-accordion": "^1.1.2",
|
15 |
"@radix-ui/react-checkbox": "^1.0.4",
|
16 |
"@radix-ui/react-collapsible": "^1.0.3",
|
|
|
9 |
"lint": "next lint"
|
10 |
},
|
11 |
"dependencies": {
|
|
|
|
|
12 |
"@radix-ui/react-accordion": "^1.1.2",
|
13 |
"@radix-ui/react-checkbox": "^1.0.4",
|
14 |
"@radix-ui/react-collapsible": "^1.0.3",
|