Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio
|
2 |
-
|
3 |
matplotlib>=3.2.2
|
4 |
numpy>=1.18.5
|
5 |
opencv-python>=4.1.1
|
@@ -13,11 +13,9 @@ tqdm>=4.41.0
|
|
13 |
protobuf<4.21.3
|
14 |
models==0.9.3
|
15 |
|
16 |
-
|
17 |
tensorboard>=2.4.1
|
18 |
-
# wandb
|
19 |
|
20 |
-
# Plotting ------------------------------------
|
21 |
pandas>=1.1.4
|
22 |
seaborn>=0.11.0
|
23 |
|
|
|
1 |
gradio
|
2 |
+
|
3 |
matplotlib>=3.2.2
|
4 |
numpy>=1.18.5
|
5 |
opencv-python>=4.1.1
|
|
|
13 |
protobuf<4.21.3
|
14 |
models==0.9.3
|
15 |
|
16 |
+
|
17 |
tensorboard>=2.4.1
|
|
|
18 |
|
|
|
19 |
pandas>=1.1.4
|
20 |
seaborn>=0.11.0
|
21 |
|