Dear community, please, help with using Spaces vi API.
- I paid PRO subscription.
- I generated API token: xyzXYZ
- I want to use space
/spaces/yanze/PuLID-FLUX
I see 401 when call:
curl --location 'https://huggingface.co/spaces/yanze/PuLID-FLUX' \
--header 'Authorization: Bearer xyzXYZ'
How to solve it and be sure what I call Space with my subscription and limits.
Thanks a lot!