Skip to content

Commit 48fe065

Browse files
committed
updates
1 parent 1a0c490 commit 48fe065

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/content/docs/workers-ai/index.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ head:
1111

1212
---
1313

14-
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render, LinkButton } from "~/components"
14+
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render, LinkButton, Flex } from "~/components"
1515

1616
<Description>
1717

@@ -20,13 +20,16 @@ Run machine learning models, powered by serverless GPUs, on Cloudflare's global
2020

2121
<Plan type="workers-all" />
2222

23-
<LinkButton icon="external" href="https://youtu.be/cK_leoJsBWY?si=4u6BIy_uBOZf9Ve8">Watch Demo</LinkButton>
24-
25-
2623
Workers AI allows you to run machine learning models, on the Cloudflare network, from your own code -- whether that be from [Workers](/workers/), [Pages](/pages/), or anywhere via [the Cloudflare API](/api/operations/workers-ai-post-run-model).
2724

2825
With the launch of Workers AI, Cloudflare is rolling out GPUs to its global network. This enables you to build and deploy ambitious AI applications that run near your users, wherever they are.
2926

27+
<div>
28+
<LinkButton href="/workers-ai/get-started">Get started</LinkButton>
29+
<LinkButton variant="secondary" icon="external" href="https://youtu.be/cK_leoJsBWY?si=4u6BIy_uBOZf9Ve8">Watch a Workers AI demo</LinkButton>
30+
</div>
31+
32+
3033
<Render file="custom_requirements" />
3134

3235
<Render file="file_issues" />

0 commit comments

Comments
 (0)