Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.44.0
|
2 |
+
torch>=2.1.0
|
3 |
+
torchvision>=0.16.0
|
4 |
+
transformers>=4.35.0
|
5 |
+
opencv-python>=4.8.0
|
6 |
+
Pillow>=10.0.0
|
7 |
+
numpy>=1.24.0
|
8 |
+
accelerate>=0.24.0
|