Skip to content

Commit 1a0c490

Browse files
committed
Adding a Demo button that links to the Hello World video on YT
1 parent dc0c84e commit 1a0c490

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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 } from "~/components"
14+
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render, LinkButton } from "~/components"
1515

1616
<Description>
1717

@@ -20,6 +20,9 @@ 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+
2326
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).
2427

2528
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.

0 commit comments

Comments
 (0)