Skip to content

Commit 2cbff0b

Browse files
authored
fix(README): HF_TOKEN and ZeroGPU quotas
ZeroGPU maintainer here. Let me know if HF_TOKEN + ZeroGPU quotas is not working as expected
1 parent d08a2b6 commit 2cbff0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
210210
### HuggingFace Spaces
211211

212212
- If ZeroGPU quotas or queues are too long, try duplicating the space. If your job takes less than sixty seconds, you can usually change the function decorator `@spaces.GPU(duration=20)` in `app.py` to request less quota when running the job.
213-
- If you have a HuggingFace Pro account, please note that The Gradio API does not your additional quote for ZeroGPU jobs - you will need to set an `X-IP-Token` header to achieve that.
213+
- Passing HF_TOKEN will make ZeroGPU quotas apply to your (Pro) HF account
214214
- If you have a private space, and dedicated hardware your HF_TOKEN will give you direct access to that - no quota's apply. I recommend this if you are using for any kind of Production task.
215215

216216
## Third Party MCP Services

0 commit comments

Comments
 (0)