Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
-
python-multipart
|
4 |
torch
|
5 |
torchvision
|
6 |
pillow
|
7 |
-
|
8 |
|
9 |
|
10 |
|
|
|
1 |
+
|
2 |
fastapi
|
3 |
+
uvicorn
|
|
|
4 |
torch
|
5 |
torchvision
|
6 |
pillow
|
7 |
+
huggingface_hub
|
8 |
|
9 |
|
10 |
|