Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
gradio>=4.19.2
|
2 |
numpy>=1.26.3
|
|
|
3 |
Pillow>=10.2.0
|
4 |
-
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
accelerate>=0.26.1
|
10 |
+
safetensors>=0.4.1
|