serenichron commited on
Commit
16b4dcd
·
1 Parent(s): e8b5e4c

Upgrade to Gradio 5.16.1+ for ZeroGPU compatibility

Browse files

- ZeroGPU + FastAPI requires Gradio 5.16.1+ to work without SSR mode
- Update requirements.txt and README.md SDK version
- Fixes "No @spaces.GPU function detected" error

Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🚀
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.16.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
requirements.txt CHANGED
@@ -2,7 +2,7 @@
2
  # For ZeroGPU H200 inference with OpenAI-compatible API
3
 
4
  # Core Framework
5
- gradio>=4.44.0
6
  # Note: spaces module is provided by ZeroGPU environment, don't override it
7
 
8
  # ML/Inference
 
2
  # For ZeroGPU H200 inference with OpenAI-compatible API
3
 
4
  # Core Framework
5
+ gradio>=5.16.1
6
  # Note: spaces module is provided by ZeroGPU environment, don't override it
7
 
8
  # ML/Inference