gradio | |
torch | |
transformers | |
numpy | |
Pillow | |
requests | |
huggingface_hub | |
torchvision | |
sentencepiece # Often needed by tokenizers like DeBERTa | |
# You might need to pin versions if you encounter compatibility issues | |
# e.g., transformers==4.35.0 | |
# torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118 | |
# (Adjust CUDA version in torch URL if using GPU on Spaces) |