Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
gradio
|
4 |
-
pymupdf
|
5 |
-
langdetect
|
6 |
-
matplotlib
|
|
|
1 |
+
transformers~=4.52.4
|
2 |
+
torch~=2.7.1
|
3 |
+
gradio~=5.33.0
|
4 |
+
pymupdf~=1.26.0
|
5 |
+
langdetect~=1.0.9
|
6 |
+
matplotlib~=3.10.3
|