Spaces:
Sleeping
Sleeping
Update requirements.txt v1
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
#
|
|
|
2 |
tf-models-research-object-detection
|
3 |
matplotlib
|
4 |
wget
|
5 |
Pillow==9.5
|
6 |
huggingface_hub
|
|
|
|
1 |
+
tensorflow==2.7.0 # or the version compatible with your TensorRT version
|
2 |
+
tensorflow-addons==0.15.0 # or the version compatible with your TensorRT version
|
3 |
tf-models-research-object-detection
|
4 |
matplotlib
|
5 |
wget
|
6 |
Pillow==9.5
|
7 |
huggingface_hub
|
8 |
+
|