tellurion Claude Sonnet 4.6 commited on
Commit
8eb7160
·
1 Parent(s): 778d56e

Fix huggingface_hub version incompatibility with gradio

Browse files

Pin huggingface-hub<0.29.0 to retain HfFolder API removed in 0.29.0.
Remove gradio from requirements.txt to avoid conflicting with Space sdk_version.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -2
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
  accelerate
2
  diffusers
3
  einops
4
- gradio
5
- huggingface-hub
6
  kornia
7
  numpy
8
  omegaconf
 
1
  accelerate
2
  diffusers
3
  einops
4
+ huggingface-hub<0.29.0
 
5
  kornia
6
  numpy
7
  omegaconf