Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ numpy
|
|
3 |
matplotlib
|
4 |
Pillow==9.2.0
|
5 |
streamlit>=1.23.0
|
6 |
-
tensorflow
|
|
|
|
|
|
3 |
matplotlib
|
4 |
Pillow==9.2.0
|
5 |
streamlit>=1.23.0
|
6 |
+
tensorflow
|
7 |
+
tensorrt
|
8 |
+
"tensorflow[and-cuda]"
|