nehapasricha94
commited on
Commit
•
b47e62e
1
Parent(s):
228a778
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
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)
|