Spaces:
Sleeping
Sleeping
nehapasricha94
commited on
Commit
•
ea8531e
1
Parent(s):
67b4b00
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
transformers
|
3 |
+
torch
|
4 |
+
torchvision # For image preprocessing
|
5 |
+
gradio # For creating the interface
|
6 |
+
Pillow # For image handling
|
7 |
+
|