Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
src/backend/gradio_rerun/templates/component/index.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43f161b03ab6b6df7702b7004704f52b58d93022f29f254a2af31a3577e0e11b
|
3 |
+
size 31535959
|
src/backend/gradio_rerun/templates/component/re_viewer-DmOHKQhu.js
ADDED
The diff for this file is too large to render.
See raw diff
|
|
src/frontend/package-lock.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"@gradio/upload": "0.9.0",
|
17 |
"@gradio/utils": "0.4.0",
|
18 |
"@gradio/wasm": "0.10.0",
|
19 |
-
"@rerun-io/web-viewer": "0.
|
20 |
"cropperjs": "^1.5.12",
|
21 |
"lazy-brush": "^1.0.1",
|
22 |
"resize-observer-polyfill": "^1.5.1",
|
@@ -705,10 +705,9 @@
|
|
705 |
}
|
706 |
},
|
707 |
"node_modules/@rerun-io/web-viewer": {
|
708 |
-
"version": "0.
|
709 |
-
"resolved": "https://registry.npmjs.org/@rerun-io/web-viewer/-/web-viewer-0.
|
710 |
-
"integrity": "sha512-
|
711 |
-
"license": "MIT"
|
712 |
},
|
713 |
"node_modules/@rollup/plugin-sucrase": {
|
714 |
"version": "5.0.2",
|
|
|
16 |
"@gradio/upload": "0.9.0",
|
17 |
"@gradio/utils": "0.4.0",
|
18 |
"@gradio/wasm": "0.10.0",
|
19 |
+
"@rerun-io/web-viewer": "0.18.2",
|
20 |
"cropperjs": "^1.5.12",
|
21 |
"lazy-brush": "^1.0.1",
|
22 |
"resize-observer-polyfill": "^1.5.1",
|
|
|
705 |
}
|
706 |
},
|
707 |
"node_modules/@rerun-io/web-viewer": {
|
708 |
+
"version": "0.18.2",
|
709 |
+
"resolved": "https://registry.npmjs.org/@rerun-io/web-viewer/-/web-viewer-0.18.2.tgz",
|
710 |
+
"integrity": "sha512-69BEDswSUkMOWAC1m9GH8tM770kwmHSJZjUWlvewlhWWIZOJOqLlXxJLE1NSv3WmTTPoQeJ3RfjBpCrqcyR0hA=="
|
|
|
711 |
},
|
712 |
"node_modules/@rollup/plugin-sucrase": {
|
713 |
"version": "5.0.2",
|
src/frontend/package.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"@gradio/upload": "0.9.0",
|
15 |
"@gradio/utils": "0.4.0",
|
16 |
"@gradio/wasm": "0.10.0",
|
17 |
-
"@rerun-io/web-viewer": "0.
|
18 |
"cropperjs": "^1.5.12",
|
19 |
"lazy-brush": "^1.0.1",
|
20 |
"resize-observer-polyfill": "^1.5.1",
|
@@ -33,5 +33,4 @@
|
|
33 |
"./example": "./Example.svelte",
|
34 |
"./package.json": "./package.json"
|
35 |
}
|
36 |
-
}
|
37 |
-
|
|
|
14 |
"@gradio/upload": "0.9.0",
|
15 |
"@gradio/utils": "0.4.0",
|
16 |
"@gradio/wasm": "0.10.0",
|
17 |
+
"@rerun-io/web-viewer": "0.18.2",
|
18 |
"cropperjs": "^1.5.12",
|
19 |
"lazy-brush": "^1.0.1",
|
20 |
"resize-observer-polyfill": "^1.5.1",
|
|
|
33 |
"./example": "./Example.svelte",
|
34 |
"./package.json": "./package.json"
|
35 |
}
|
36 |
+
}
|
|
src/pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_rerun"
|
11 |
-
version = "0.0.
|
12 |
description = "Rerun viewer with Gradio"
|
13 |
readme = "README.md"
|
14 |
license = "apache-2.0"
|
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_rerun"
|
11 |
+
version = "0.0.6"
|
12 |
description = "Rerun viewer with Gradio"
|
13 |
readme = "README.md"
|
14 |
license = "apache-2.0"
|