remove image

This commit is contained in:
philschmid 2023-08-18 09:27:48 +02:00
parent 52cacff4a4
commit 2c6e07395f

View File

@ -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.