Spaces:
Running
Running
Fixed "Error: No API Found"
Browse files- requirements.txt +20 -19
requirements.txt
CHANGED
|
@@ -1,20 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 20 |
jsonschema==4.16.0
|
|
|
|
| 1 |
+
pydantic==2.10.6
|
| 2 |
+
filetype==1.2.0
|
| 3 |
+
pooch==1.6.0
|
| 4 |
+
imagehash==4.3.1
|
| 5 |
+
numpy==1.23.5
|
| 6 |
+
onnxruntime==1.13.1
|
| 7 |
+
opencv-python-headless==4.6.0.66
|
| 8 |
+
pillow==9.3.0
|
| 9 |
+
pymatting==1.1.8
|
| 10 |
+
python-multipart==0.0.5
|
| 11 |
+
scikit-image==0.19.3
|
| 12 |
+
scipy==1.9.3
|
| 13 |
+
tqdm==4.64.1
|
| 14 |
+
uvicorn==0.20.0
|
| 15 |
+
watchdog==2.1.9
|
| 16 |
+
click==8.1.3
|
| 17 |
+
fastapi
|
| 18 |
+
aiohttp==3.8.3
|
| 19 |
+
asyncer==0.0.2
|
| 20 |
+
gradio==3.0.20
|
| 21 |
jsonschema==4.16.0
|