Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
opencv-python-headless
|
| 3 |
+
numpy<2
|
| 4 |
+
Pillow
|
| 5 |
+
fvcore
|
| 6 |
+
iopath
|
| 7 |
+
pyyaml
|
| 8 |
+
tqdm
|
| 9 |
+
huggingface_hub
|