Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
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 |
+
|