Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -9
requirements.txt
CHANGED
@@ -6,7 +6,6 @@ darkdetect==0.7.1
|
|
6 |
diffusers==0.3.0
|
7 |
filelock==3.8.0
|
8 |
huggingface-hub==0.9.1
|
9 |
-
idna==3.4
|
10 |
importlib-metadata==4.12.0
|
11 |
numpy==1.23.3
|
12 |
packaging==21.3
|
@@ -17,11 +16,4 @@ regex==2022.9.13
|
|
17 |
requests==2.28.1
|
18 |
tk==0.1.0
|
19 |
tokenizers==0.12.1
|
20 |
-
torch==1.
|
21 |
-
torchaudio==0.12.1+cu113
|
22 |
-
torchvision==0.13.1+cu113
|
23 |
-
tqdm==4.64.1
|
24 |
-
transformers==4.22.1
|
25 |
-
typing_extensions==4.3.0
|
26 |
-
urllib3==1.26.12
|
27 |
-
zipp==3.8.1
|
|
|
6 |
diffusers==0.3.0
|
7 |
filelock==3.8.0
|
8 |
huggingface-hub==0.9.1
|
|
|
9 |
importlib-metadata==4.12.0
|
10 |
numpy==1.23.3
|
11 |
packaging==21.3
|
|
|
16 |
requests==2.28.1
|
17 |
tk==0.1.0
|
18 |
tokenizers==0.12.1
|
19 |
+
torch==1.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|