Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch
|
| 3 |
+
torchvision
|
| 4 |
+
transformers
|
| 5 |
+
accelerate
|
| 6 |
+
ftfy
|
| 7 |
+
numpy
|
| 8 |
+
matplotlib
|
| 9 |
+
uuid
|
| 10 |
+
opencv-python
|
| 11 |
+
diffusers==0.26.0
|
| 12 |
+
spaces
|
| 13 |
+
insightface
|
| 14 |
+
onnxruntime
|