Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
'use server'
export async function action(instance) {
// Not allowed to access, as it's just a temporary reference.
console.log(instance.value)
return 'action result'
}