Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
torch
|
2 |
transformers
|
3 |
gradio
|
4 |
Pillow
|
5 |
-
clip-by-openai
|
6 |
-
torchvision
|
7 |
pandas
|
8 |
scikit-learn
|
|
|
1 |
+
torch==1.7.1
|
2 |
transformers
|
3 |
gradio
|
4 |
Pillow
|
5 |
+
clip-by-openai==1.0.1
|
6 |
+
torchvision==0.8.2
|
7 |
pandas
|
8 |
scikit-learn
|