Upload folder using huggingface_hub
Browse files
6.0.1/dataframe-interim/package.json
CHANGED
|
@@ -60,4 +60,4 @@
|
|
| 60 |
"@gradio/utils": "npm:@gradio/utils@^0.10.2",
|
| 61 |
"@gradio/image": "npm:@gradio/[email protected]"
|
| 62 |
}
|
| 63 |
-
}
|
|
|
|
| 60 |
"@gradio/utils": "npm:@gradio/utils@^0.10.2",
|
| 61 |
"@gradio/image": "npm:@gradio/[email protected]"
|
| 62 |
}
|
| 63 |
+
}
|
6.0.1/dataframe-interim/vite.config.ts
CHANGED
|
@@ -8,10 +8,7 @@ const __dirname = path.dirname(__filename);
|
|
| 8 |
|
| 9 |
const dir = path.resolve(__dirname);
|
| 10 |
|
| 11 |
-
console.log({ dir });
|
| 12 |
-
|
| 13 |
function gradioPlugin(): Plugin {
|
| 14 |
-
console.log("Initializing gradio plugin");
|
| 15 |
return {
|
| 16 |
enforce: "pre",
|
| 17 |
name: "gradio",
|
|
|
|
| 8 |
|
| 9 |
const dir = path.resolve(__dirname);
|
| 10 |
|
|
|
|
|
|
|
| 11 |
function gradioPlugin(): Plugin {
|
|
|
|
| 12 |
return {
|
| 13 |
enforce: "pre",
|
| 14 |
name: "gradio",
|