Spaces:
Runtime error
Runtime error
Commit
Β·
6f889f2
1
Parent(s):
a05b949
Add dependencies
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -6,4 +6,7 @@ ftfy
|
|
6 |
wget
|
7 |
huggingface_hub
|
8 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
9 |
-
torch
|
|
|
|
|
|
|
|
6 |
wget
|
7 |
huggingface_hub
|
8 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
9 |
+
torch
|
10 |
+
PIL
|
11 |
+
numpy
|
12 |
+
cv2
|