Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
fastapi>=0.104.0
|
3 |
+
uvicorn[standard]>=0.24.0
|
4 |
+
python-multipart>=0.0.6
|
5 |
+
pillow>=9.0.0
|
6 |
+
numpy>=1.21.0
|
7 |
+
carvekit>=1.0.0
|
8 |
+
torch>=1.13.0
|
9 |
+
torchvision>=0.14.0
|
10 |
+
opencv-python-headless>=4.5.0
|
11 |
+
scikit-image>=0.19.0
|
12 |
+
requests>=2.28.0
|