Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
transformers
|
| 4 |
+
torchmetrics
|
| 5 |
+
facenet_pytorch
|
| 6 |
+
torch-fidelity
|
| 7 |
+
mediapipe
|
| 8 |
+
rembg
|
| 9 |
+
pytorch_lightning
|
| 10 |
+
omegaconf
|
| 11 |
+
einops
|