File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
5251import * as fal from " @fal-ai/serverless-client" ;
You can’t perform that action at this time.
0 commit comments