You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this would help fix the deprecation warning:
FutureWarning: 'post' (from 'huggingface_hub.inference._client') is deprecated and will be removed from version '0.31.0'. Making direct POST requests to the inference server is not supported anymore. Please use task methods instead (e.g. `InferenceClient.chat_completion`)
Description
Trying to run the following example notebook gives an error: https://github.com/jupyterlab/jupyter-ai/blob/main/examples/images.ipynb
Reproduce
Then run the following cell in a notebook:
Gives the following error:
Expected behavior
It should produce an image.
Context
huggingface_hub==0.28.1
The text was updated successfully, but these errors were encountered: