Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
-
|
|
|
2 |
ultralytics==8.3.9
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
8 |
torchvision==0.20.1
|
9 |
torch==2.5.1
|
10 |
-
torchaudio==2.5.1
|
|
|
|
1 |
+
fastapi
|
2 |
+
transformers==4.48.3
|
3 |
ultralytics==8.3.9
|
4 |
+
pydantic==2.10.6
|
5 |
+
ezdxf==1.3.5
|
6 |
+
gradio==5.15.0
|
7 |
+
kornia==0.8.0
|
8 |
+
timm==1.0.14
|
9 |
+
einops==0.8.1
|
10 |
torchvision==0.20.1
|
11 |
torch==2.5.1
|
12 |
+
torchaudio==2.5.1
|
13 |
+
shapely
|