diff --git a/docs/source/basic_tutorials/stream.md b/docs/source/basic_tutorials/stream.md index 1f64ab25..cc2f1a5e 100644 --- a/docs/source/basic_tutorials/stream.md +++ b/docs/source/basic_tutorials/stream.md @@ -49,8 +49,6 @@ for r in stream: Replace the `print` command with the `yield` or with a function you want to stream the tokens to. -!https://huggingface.co/blog/assets/155_inference_endpoints_llm/python-stream.gif - ## Streaming requests with JavaScript First, you need to install the `@huggingface/inference` library.