AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import type { AppProps } from 'next/app'
export default function App({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />
}