abiabidali commited on
Commit
c341f4c
·
verified ·
1 Parent(s): 6f35da4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- transformers==4.30.0
2
- torch==2.0.0
3
- Pillow==10.0.0
4
- gradio==3.22.0
 
 
 
1
+ torch>=1.10.0,<2.0.0 # Compatible PyTorch version for most cases
2
+ numpy<2.0.0 # Downgrade NumPy to avoid the 2.x compatibility issues
3
+ gradio>=3.23.0 # Latest stable version of Gradio that supports multiple file uploads
4
+ transformers>=4.20.0 # Transformers library for BLIP models
5
+ Pillow>=8.0.0 # Image processing library (PIL)
6
+