Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio==4.13.0
|
2 |
-
|
|
|
3 |
numpy>=1.20.0
|
4 |
-
langdetect>=1.0.9
|
5 |
-
python-dotenv>=1.0.0
|
|
|
1 |
gradio==4.13.0
|
2 |
+
transformers>=4.36.2
|
3 |
+
torch>=2.1.0
|
4 |
numpy>=1.20.0
|
5 |
+
langdetect>=1.0.9
|
|