Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
-
torchvision
|
4 |
numpy
|
5 |
transformers
|
6 |
# diffusers
|
7 |
# ftfy
|
8 |
-
gradio
|
9 |
accelerate
|
10 |
clip-retrieval == 2.36.1
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
+
# torchvision
|
4 |
numpy
|
5 |
transformers
|
6 |
# diffusers
|
7 |
# ftfy
|
8 |
+
gradio
|
9 |
accelerate
|
10 |
clip-retrieval == 2.36.1
|