Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
Pillow>=10.0.0
|
5 |
-
fpdf>=1.7.2
|
|
|
1 |
+
torch==2.1.2+cpu
|
2 |
+
--index-url https://download.pytorch.org/whl/cpu
|
3 |
+
|
4 |
+
transformers==4.39.3
|
5 |
+
gradio==4.26.0
|
6 |
Pillow>=10.0.0
|
7 |
+
fpdf>=1.7.2
|