nehapasricha94 commited on
Commit
b47e62e
1 Parent(s): 228a778

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- huggingface_hub==0.25.2
2
- transformers>=4.30.0
3
- torch>=1.13.0 # Ensure you have a compatible version of torch
4
- torchvision>=0.13.0 # For image processing
5
- gradio
6
- Pillow
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0 # For image preprocessing
3
+ transformers>=4.31.0
4
+ huggingface_hub>=0.25.2
5
+ gradio # For creating the interface
6
+ Pillow # For image handling
7
+ llava # Custom library for LLaVA model (from its official repo)