Add files via upload

This commit is contained in:
Lytan
2024-08-11 17:11:39 +12:00
committed by GitHub
parent 5f12efe778
commit 7e637cc37f

8
clearcache.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
run: [{
method: "fs.rm",
params: {
path: "cache/GRADIO_TEMP_DIR"
}
}]
}