Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import Head from "next/head";
export default function Home() {
return (
<>
<Head>
<title>Create Next App</title>
<meta name="description" content="Generated by create next app" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</Head>
<main>
<div>Hello world!</div>
</main>
</>
);
}