Spaces:
Runtime error
Runtime error
subhannadeem1
commited on
Commit
Β·
d56d535
1
Parent(s):
3c217ca
Update requirements.txt
Browse files- requirements.txt +20 -3
requirements.txt
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wget~=3.2
|
2 |
+
opencv-python~=4.6.0.66
|
3 |
+
numpy~=1.23.0
|
4 |
+
torch~=1.13.1
|
5 |
+
torchvision~=0.14.1
|
6 |
+
pillow~=9.4.0
|
7 |
+
gradio~=3.42.0
|
8 |
+
ultralytics~=8.0.169
|
9 |
+
pyyaml~=6.0
|
10 |
+
wandb~=0.13.11
|
11 |
+
tqdm~=4.65.0
|
12 |
+
matplotlib~=3.7.1
|
13 |
+
pandas~=2.0.0
|
14 |
+
seaborn~=0.12.2
|
15 |
+
requests~=2.31.0
|
16 |
+
psutil~=5.9.4
|
17 |
+
thop~=0.1.1-2209072238
|
18 |
+
timm~=0.9.2
|
19 |
+
super-gradients~=3.2.0
|
20 |
+
openmim
|