Upload folder using huggingface_hub
Browse files
6.0.1/utils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/utils",
|
| 3 |
-
"version": "0.10.
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"main": "./src/index.ts",
|
|
@@ -26,4 +26,4 @@
|
|
| 26 |
"scripts": {
|
| 27 |
"package": "svelte-package --input=. --tsconfig=../../tsconfig.json"
|
| 28 |
}
|
| 29 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/utils",
|
| 3 |
+
"version": "0.10.4",
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"main": "./src/index.ts",
|
|
|
|
| 26 |
"scripts": {
|
| 27 |
"package": "svelte-package --input=. --tsconfig=../../tsconfig.json"
|
| 28 |
}
|
| 29 |
+
}
|
6.0.1/utils/src/utils.svelte.ts
CHANGED
|
@@ -43,7 +43,7 @@ export type LoadingComponent = Promise<{
|
|
| 43 |
default: Component;
|
| 44 |
}>;
|
| 45 |
|
| 46 |
-
export const GRADIO_ROOT =
|
| 47 |
|
| 48 |
export interface ValueData {
|
| 49 |
value: any;
|
|
|
|
| 43 |
default: Component;
|
| 44 |
}>;
|
| 45 |
|
| 46 |
+
export const GRADIO_ROOT = "GRADIO_ROOT";
|
| 47 |
|
| 48 |
export interface ValueData {
|
| 49 |
value: any;
|