Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
4 |
-
torch
|
5 |
-
torchvision
|
6 |
pillow
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
+
numpy
|
|
|
|
|
4 |
pillow
|
5 |
+
python-multipart
|
6 |
+
torch # If you use PyTorch
|
7 |
+
torchvision # If your model is from torchvision
|
8 |
+
# or
|
9 |
+
tensorflow # If you use TensorFlow instead of PyTorch
|