Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
torch
|
3 |
torchvision
|
4 |
diffusers==0.21.4
|
5 |
-
huggingface_hub==0.
|
6 |
transformers==4.30.2
|
|
|
7 |
ftfy
|
8 |
numpy
|
9 |
matplotlib
|
10 |
uuid
|
11 |
opencv-python
|
12 |
git+https://github.com/openai/CLIP.git
|
13 |
-
gradio==3.44.1
|
14 |
-
accelerate
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
diffusers==0.21.4
|
5 |
+
huggingface_hub==0.21.4
|
6 |
transformers==4.30.2
|
7 |
+
accelerate==0.23.0
|
8 |
ftfy
|
9 |
numpy
|
10 |
matplotlib
|
11 |
uuid
|
12 |
opencv-python
|
13 |
git+https://github.com/openai/CLIP.git
|
14 |
+
gradio==3.44.1
|
|