Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
torch<=1.13
|
2 |
-
torchvision
|
3 |
scikit-image
|
4 |
-
diffusers==0.
|
5 |
spacy
|
6 |
gradio
|
7 |
ftfy
|
@@ -11,5 +9,5 @@ numba
|
|
11 |
nltk
|
12 |
inflect
|
13 |
joblib
|
14 |
-
|
15 |
huggingface_hub==0.11.1
|
|
|
|
|
|
|
1 |
scikit-image
|
2 |
+
diffusers==0.16.1
|
3 |
spacy
|
4 |
gradio
|
5 |
ftfy
|
|
|
9 |
nltk
|
10 |
inflect
|
11 |
joblib
|
12 |
+
accelerate
|
13 |
huggingface_hub==0.11.1
|