Upload folder using huggingface_hub
Browse files
6.19.0/fileexplorer/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/fileexplorer",
|
| 3 |
-
"version": "0.
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
|
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/fileexplorer",
|
| 3 |
+
"version": "0.7.0",
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
6.19.0/fileexplorer/types.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import type { LoadingStatus } from "@gradio/statustracker";
|
| 2 |
import type { SelectData, CustomButton } from "@gradio/utils";
|
| 3 |
import type { FileNode } from "./shared/types";
|
| 4 |
|
|
|
|
| 1 |
+
import type { ILoadingStatus as LoadingStatus } from "@gradio/statustracker";
|
| 2 |
import type { SelectData, CustomButton } from "@gradio/utils";
|
| 3 |
import type { FileNode } from "./shared/types";
|
| 4 |
|