sacruise commited on
Commit
63f32f0
·
verified ·
1 Parent(s): b675c4e

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- # Core — pin compatible versions for HF Spaces ZeroGPU
2
- gradio==4.44.0
3
  torch>=2.0
4
  torchvision
5
  numpy
6
  Pillow
7
 
8
- # HuggingFace — pin to avoid HfFolder import error
9
- huggingface_hub==0.23.5
10
  transformers>=4.40.0
11
  spaces
12
  safetensors
 
1
+ # Core — use latest gradio for ZeroGPU Spaces compatibility
2
+ gradio>=5.0
3
  torch>=2.0
4
  torchvision
5
  numpy
6
  Pillow
7
 
8
+ # HuggingFace
9
+ huggingface_hub>=0.25.0
10
  transformers>=4.40.0
11
  spaces
12
  safetensors