Spaces:
Running
Running
Quota Exceed -- But I have 25min zero GPU available
#140
by
RyanZhuuuuu
- opened
i am using https://huggingface.co/spaces/lllyasviel/iclight-v2, which might be unavailable to make change.
Same question. Why am I exceeding some quotas running my own Space with PRO account, and having "0/25 min" status in account?
Space with PRO account
Maybe a bug above. And there's an ongoing issue.
https://huggingface.co/spaces/zero-gpu-explorers/README/discussions/129#675dae2dda45b7d6f73d7e47
Guys, I accidentally found the solution, following this reply https://huggingface.co/spaces/BestWishYsh/ConsisID-preview-Space/discussions/1#674969a022b99c122af5d407 .@spaces.GPU
decorator doesn't work with HF login properly, if it is called inside nested functions. So it should wrap directly the call of some gradio
object.