Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
transformers==4.33.0
|
2 |
-
gradio==3.39.0
|
3 |
-
torch>=1.9.0
|
4 |
-
numpy>=1.21.0 # For numerical operations
|
5 |
-
pandas>=1.3.0 # For data processing
|
|
|
1 |
+
transformers==4.33.0
|
2 |
+
gradio==3.39.0
|
3 |
+
torch>=1.9.0
|
|
|
|