rom1504 / clip-retrieval

Easily compute clip embeddings and build a clip retrieval system with them
https://rom1504.github.io/clip-retrieval/
MIT License
2.42k stars 213 forks source link

error when using clip-client-query-api notebook #166

Closed Penguin-jpg closed 2 years ago

Penguin-jpg commented 2 years ago

I ran into JSONDecodeError: Expecting value: line 1 column 1 (char 0) when running the third cell of clip-client-query-api notebook. I didn't change anything of the notebook. Is there any extra package need to install?

image

rom1504 commented 2 years ago

fixed

Penguin-jpg commented 2 years ago

fixed

Thanks!! it works.