Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.40.0
|
2 |
+
torch>=2.1.0
|
3 |
+
gradio>=4.20.0
|
4 |
+
Pillow>=10.0.0
|
5 |
+
opencv-python>=4.9.0.80
|
6 |
+
numpy>=1.24.0
|
7 |
+
spaces>=0.21.0 # Required for @spaces.GPU decorator (optional if not used)
|