From 2c6e07395f49c90e4ce79f4680b1c7a188361064 Mon Sep 17 00:00:00 2001 From: philschmid Date: Fri, 18 Aug 2023 09:27:48 +0200 Subject: [PATCH] remove image --- docs/source/basic_tutorials/stream.md | 2 -- 1 file changed, 2 deletions(-) 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.