PDF_Malware_Detector / requirements.txt
BentoUniAcc's picture
Replace static placeholder with the Gradio PDF injection detector
1c16318 verified
Raw
History Blame Contribute Delete
389 Bytes
# torch, numpy and pandas are provided by the Space image and are deliberately not pinned here:
# on ZeroGPU the CUDA build must match the platform's driver, and asking pip for a different one
# is the usual way a Space that works in a notebook fails to build.
transformers>=4.45
accelerate
bitsandbytes
sentencepiece
einops
sentence-transformers
huggingface_hub>=0.23
gradio>=4.44
spaces