wiydarrr's picture
Upload folder using huggingface_hub
5f685fd verified
raw
history blame
348 Bytes
import Layout from '@theme/Layout';
import React from 'react';
import Home from '../components/Home';
function HomePage() {
return (
<Layout
title="ShortGPT: Automate Content Creation with AI"
description="Automating video and short content creation with AI "
>
<Home />
</Layout>
);
}
export default HomePage;