Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pygit2==1.15.1
|
| 2 |
+
torch>=2.0.1
|
| 3 |
+
torchvision
|
| 4 |
+
numpy
|
| 5 |
+
opencv-python
|
| 6 |
+
requests
|
| 7 |
+
gradio>=3.50.2
|
| 8 |
+
Pillow
|
| 9 |
+
psutil
|
| 10 |
+
pyyaml
|
| 11 |
+
safetensors
|
| 12 |
+
tqdm
|