replicate / replicate-python

Python client for Replicate
https://replicate.com
Apache License 2.0
696 stars 194 forks source link

Include `stream=True` in prediction stream snippet #279

Closed nateraw closed 3 months ago

nateraw commented 3 months ago

Add missing stream=True in this snippet. Without it, you'll get error message about the model not supporting streaming.