Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
# requirements.txt
|
| 2 |
torch
|
| 3 |
torchvision
|
|
@@ -5,4 +6,8 @@ gradio==4.21.0
|
|
| 5 |
segment-anything-py
|
| 6 |
pillow
|
| 7 |
requests
|
| 8 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
# requirements.txt
|
| 3 |
torch
|
| 4 |
torchvision
|
|
|
|
| 6 |
segment-anything-py
|
| 7 |
pillow
|
| 8 |
requests
|
| 9 |
+
huggingface_hub
|
| 10 |
+
fastapi==0.104.1
|
| 11 |
+
pydantic==2.5.3
|
| 12 |
+
|
| 13 |
+
|