Skip to content

Commit 008ab68

Browse files
committed
Copy update
1 parent 039e703 commit 008ab68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guides/examples/fal-ai-realtime.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This video walks through the process of creating this task in a Next.js project.
2828
- [Trigger.dev Realtime](/realtime/overview) to stream updates to the frontend
2929
- [Trigger.dev](https://cloud.trigger.dev) for task processing
3030
- [Fal.ai](https://fal.ai/) for AI image generation
31-
- [Cloudflare R2](https://r2.cloudflarestorage.com/) for storing the generated image
3231

3332
<Note>You will need all of these services to run this project.</Note>
3433

@@ -46,7 +45,7 @@ Check out and fork the full code in our [nextjs-realtime-fal-demo repo
4645

4746
## Task code
4847

49-
This task converts an image to a cartoon using fal AI, and uploads the result to Cloudflare R2.
48+
This task converts an image to a cartoon using fal AI.
5049

5150
```ts trigger/fal-ai-image-from-prompt-realtime.ts
5251
import * as fal from "@fal-ai/serverless-client";

0 commit comments

Comments
 (0)