jayvatliq's picture
Upload folder using huggingface_hub
16533c4 verified
Raw
History Blame Contribute Delete
90 Bytes
import Index from "./pages/Index";
export default function App() {
return <Index />;
}