Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
gradio>=4.19.2
|
2 |
-
numpy>=1.26.3
|
3 |
-
pandas>=2.2.0
|
4 |
-
Pillow>=10.2.0
|
5 |
-
python-dotenv>=1.0.0
|
6 |
torch>=2.2.0
|
7 |
-
torchvision>=0.17.0
|
8 |
transformers>=4.37.2
|
9 |
-
|
10 |
-
|
|
|
|
|
|
1 |
gradio>=4.19.2
|
|
|
|
|
|
|
|
|
2 |
torch>=2.2.0
|
|
|
3 |
transformers>=4.37.2
|
4 |
+
Pillow>=10.2.0
|
5 |
+
pandas>=2.2.0
|
6 |
+
numpy>=1.26.3
|
7 |
+
accelerate>=0.26.1
|