AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
cacheComponents: true,
}
export default nextConfig