cbensimon HF staff commited on
Commit
a74a5a0
·
verified ·
1 Parent(s): aefb321

Fix ZeroGPU auth

Browse files

A bug with ZeroGPU + non-SSR apps has recently been fixed in Gradio.
Upgrading will enable logged-in quotas for ZeroGPU (it is currently always falling-back to IP-based, which limits Space visitors usage compared to other Spaces, as well as not taking Pro into account)

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,9 +4,9 @@ emoji: 🌍
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.15.0
8
  app_file: app.py
9
  pinned: true
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.16.1
8
  app_file: app.py
9
  pinned: true
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference