Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -10,7 +10,6 @@ tqdm
|
|
10 |
opencv-python
|
11 |
scikit-image
|
12 |
numpy
|
13 |
-
sentencepiece
|
14 |
tensorboard
|
15 |
|
16 |
# for face alignment
|
@@ -24,10 +23,9 @@ matplotlib
|
|
24 |
pprintpp
|
25 |
|
26 |
transformers
|
27 |
-
datasets
|
28 |
-
accelerate
|
29 |
-
|
30 |
-
requests
|
31 |
|
32 |
#-f https://download.pytorch.org/whl/cu116
|
33 |
torch
|
|
|
10 |
opencv-python
|
11 |
scikit-image
|
12 |
numpy
|
|
|
13 |
tensorboard
|
14 |
|
15 |
# for face alignment
|
|
|
23 |
pprintpp
|
24 |
|
25 |
transformers
|
26 |
+
#datasets
|
27 |
+
#accelerate
|
28 |
+
#requests
|
|
|
29 |
|
30 |
#-f https://download.pytorch.org/whl/cu116
|
31 |
torch
|