Maybe I’m mistaken in understanding your pro account, but after paying for the membership, I still get hit with the same notifications that I’m on a free account when inferencing in spaces. I still seem to have the 5 minute limitation. What gives?
-Z
1 Like
Hi @modeLIMINAL As a PRO user you have the option to duplicate the Space into your own account/namespace. To start to see your PRO GPU limits applied, we recommend:
- Making sure you have the latest version of Gradio in the README.md file
- Add your HF_TOKEN as a secret in your Spaces settings. The token can be created in your user settings. Once it’s been added, you should start to see the usage increase for ZeroGPU here: Hugging Face – The AI community building the future..
If you’re still running into issues, can you please link the Space? We can investigate.
1 Like
If we’re talking about Zero GPU space, this bug may be having an effect. Updating Gradio in Spaces to the latest version will definitely fix the problem, but even if you don’t do that, I think the HF side is improving things a little.
This is happening on every single space. Spaces thinks I do not have a paid pro account. Today, I tried duplicating a space to see if that might resolve the issue and it did not. The space I tried specifically was chheplo/DeepSeek-R1-Distill-Llama-8B. I also created a new token with what I would assume to be plenty of access to my account and added that as a secret as you suggest but that also did not appear to change anything.
1 Like
This seems to be the exact same issue I am experiencing. Can you elaborate on updating Gradio in this situation? Are you meaning specifically within the app requirements or is there something globally on my profile you are referring to?
1 Like
Hi @modeLIMINAL Make sure you add your hf_token as a secret, not a variable. Please also update the version of Gradio for your duplicated Space - you can do that in the README.md file of your Space. Head to your Files > README.md and click ‘Upgrade’ and commit the changes.
Please let me know if you still run into issues after updating both.
1 Like
megan is right. If you get an error when upgrading Gradio, please contact us by email or on the forum. Sometimes the syntax changes when the version is upgraded, which can cause errors.