nehapasricha94 commited on
Commit
08f2d5f
·
verified ·
1 Parent(s): 82cc87e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  huggingface_hub==0.25.2
2
  transformers>=4.30.0
3
- torch
4
- torchvision # For image preprocessing
5
- gradio # For creating the interface
6
- Pillow # For image handling
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