Commit 576ae644 authored by Eva Ho's avatar Eva Ho
Browse files

enable downloader

parent 7e52e51d
...@@ -36,7 +36,7 @@ export default async function Download() { ...@@ -36,7 +36,7 @@ export default async function Download() {
<h3 className='text-base text-neutral-500 mt-12 max-w-[16rem]'> <h3 className='text-base text-neutral-500 mt-12 max-w-[16rem]'>
While Ollama downloads, sign up to get notified of new updates. While Ollama downloads, sign up to get notified of new updates.
</h3> </h3>
{/* <Downloader url={asset.browser_download_url} /> */} <Downloader url={asset.browser_download_url} />
</section> </section>
<Signup /> <Signup />
</main> </main>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment