AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
"use server";
import { revalidateTag } from "next/cache";
export default async function revalidate() {
revalidateTag("time-data");
}