Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -9
requirements.txt
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
pydantic
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
scikit-image
|
7 |
+
matplotlib
|
8 |
+
opencv-python
|
9 |
+
numpy
|
10 |
+
joblib
|
11 |
+
transformers
|
12 |
+
pillow
|
13 |
+
grad-cam
|
14 |
+
torchxrayvision
|