Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/mussie12/damage_detection_1
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
-
gradio==4.32.1
|
4 |
-
gradio_client==0.17.0
|
5 |
-
|
6 |
-
# torch==2.2.2
|
7 |
torchvision==0.17.2
|
8 |
ultralytics
|
9 |
pillow==10.3.0
|
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
|
|
|
|
|
|
|
|
3 |
torchvision==0.17.2
|
4 |
ultralytics
|
5 |
pillow==10.3.0
|
6 |
+
python-multipart
|