Update requirements.txt
Browse files- requirements.txt +14 -11
requirements.txt
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
gradio
|
| 4 |
-
numpy
|
| 5 |
-
|
| 6 |
-
onnxruntime
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
| 12 |
safetensors
|
| 13 |
aesthetic-predictor-v2-5
|
|
|
|
| 1 |
+
torch>=1.7.0
|
| 2 |
+
transformers>=4.20.0
|
| 3 |
+
gradio>=3.20.0
|
| 4 |
+
numpy>=1.19.0
|
| 5 |
+
Pillow>=8.0.0
|
| 6 |
+
onnxruntime>=1.8.0
|
| 7 |
+
opencv-python>=4.5.0
|
| 8 |
+
huggingface_hub>=0.10.0
|
| 9 |
+
pandas>=1.3.0
|
| 10 |
+
clip @ git+https://github.com/openai/CLIP.git
|
| 11 |
+
ftfy
|
| 12 |
+
regex
|
| 13 |
+
tqdm
|
| 14 |
+
pytorch_lightning
|
| 15 |
safetensors
|
| 16 |
aesthetic-predictor-v2-5
|