Optional. Enables instant job status updates from Replicate. Skip this if you can't expose your server to the internet or prefer simpler setup — polling works fine and requires no network configuration.
Option 1: ngrok (easiest)
ngrok http 8080
Option 2: Cloudflare Tunnel
cloudflared tunnel --url localhost:8080
Copy the generated URL and paste it above.