Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,7 +4,8 @@ streamlit
|
|
4 |
streamlit_option_menu
|
5 |
onnx
|
6 |
onnxruntime
|
7 |
-
tqdm
|
|
|
8 |
|
9 |
# base ----------------------------------------
|
10 |
matplotlib>=3.2.2
|
|
|
4 |
streamlit_option_menu
|
5 |
onnx
|
6 |
onnxruntime
|
7 |
+
tqdm
|
8 |
+
py-cpuinfo
|
9 |
|
10 |
# base ----------------------------------------
|
11 |
matplotlib>=3.2.2
|