Spaces:
Running on Zero
Running on Zero
update requirements
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch
|
| 3 |
+
torchvision
|
| 4 |
+
torchaudio
|
| 5 |
+
gradio
|
| 6 |
+
huggingface-hub
|
| 7 |
+
numpy
|
| 8 |
+
opencv-python-headless
|
| 9 |
+
Pillow
|
| 10 |
+
matplotlib
|
| 11 |
+
scikit-learn
|
| 12 |
+
scipy
|
| 13 |
+
spaces
|
| 14 |
+
hydra-core
|
| 15 |
+
omegaconf
|
| 16 |
+
trimesh
|
| 17 |
+
einops
|
| 18 |
+
requests
|
| 19 |
+
psutil
|
| 20 |
+
pillow-heif
|
| 21 |
+
tqdm
|
| 22 |
+
safetensors
|
| 23 |
+
uniception==0.1.6
|