File size: 331 Bytes
c341f4c |
1 2 3 4 5 6 7 |
torch>=1.10.0,<2.0.0 # Compatible PyTorch version for most cases numpy<2.0.0 # Downgrade NumPy to avoid the 2.x compatibility issues gradio>=3.23.0 # Latest stable version of Gradio that supports multiple file uploads transformers>=4.20.0 # Transformers library for BLIP models Pillow>=8.0.0 # Image processing library (PIL) |