Redac / requirements.txt
barath19's picture
fix: pin Gradio 5.44.1 to resolve transformers/hub dependency conflict
f8c4552
Raw
History Blame Contribute Delete
274 Bytes
# Gradio itself is installed by the Space builder from README sdk_version
# (5.44.1), which caps huggingface_hub<1.0 so transformers 4.x can coexist.
gliner>=0.2.27
torch
torchvision
transformers>=4.51.3,<4.53
accelerate
sentencepiece
timm
pillow
huggingface_hub<1.0
spaces