Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
transformers>=4.35.0
|
| 3 |
+
diffusers>=0.20.0
|
| 4 |
+
gradio>=3.49.0
|
| 5 |
+
Pillow>=10.0.0
|
| 6 |
+
lpips>=0.1.4
|
| 7 |
+
git+https://github.com/openai/CLIP.git
|
| 8 |
+
bert-score>=0.3.13
|
| 9 |
+
sentence-transformers>=2.2.2
|
| 10 |
+
rouge-score>=0.1.2
|
| 11 |
+
scikit-learn>=1.3.0
|
| 12 |
+
numpy>=1.25.0
|