Regino commited on
Commit
1607297
·
1 Parent(s): 60845fc
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- streamlit
2
- opencv-python
3
- tensorflow-cpu # <-- Use this if your Hugging Face Space is CPU-only. Otherwise, keep 'tensorflow'.
4
- numpy
5
- streamlit-webrtc
6
- av
7
- Pillow
 
 
1
+ # requirements.txt
2
+ streamlit==1.22.0
3
+ opencv-python==4.8.0.74
4
+ tensorflow-cpu==2.10.0 # <--- IMPORTANT CHANGE: Use CPU version and pin.
5
+ numpy==1.23.0 # Pin NumPy, compatible with TF 2.10
6
+ streamlit-webrtc==0.45.0
7
+ av==10.0.0
8
+ Pillow==9.5.0 # Pin Pillow