mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame contribute delete
558 Bytes
{
"name": "@gradio/statustracker",
"version": "0.3.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.ts",
"author": "",
"license": "ISC",
"main_changeset": true,
"exports": {
".": "./index.ts",
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
},
"dependencies": {
"@gradio/atoms": "^0.2.0",
"@gradio/column": "^0.1.0",
"@gradio/icons": "^0.2.0",
"@gradio/utils": "^0.2.0"
}
}