Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
1 |
+
gradio>=3.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
#torch>=1.10.0 # For CPU
|
4 |
+
torch>=1.10.0+cu113 # Uncomment if using CUDA 11.3 for GPU
|
5 |
+
PyPDF2>=3.0.0
|
6 |
+
matplotlib>=3.3.0
|
7 |
+
fpdf2>=2.5.0
|
8 |
+
markdown>=3.3.4
|