Sandy2636 commited on
Commit
d1c0f9b
·
1 Parent(s): e98f5dd

Add application file

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,6 +2,6 @@ gradio>=4.0.0
2
  requests>=2.25.0
3
  Pillow>=9.0.0
4
  deepface>=0.0.79
5
- tensorflow-cpu~=2.13.0 # Explicitly CPU, pinned to a stable series (e.g., 2.13.x)
6
  opencv-python-headless>=4.5.0
7
  retina-face>=0.0.12
 
2
  requests>=2.25.0
3
  Pillow>=9.0.0
4
  deepface>=0.0.79
5
+ tensorflow-cpu>=2.13.0,<2.15.0 # Loosen to a broader range if needed
6
  opencv-python-headless>=4.5.0
7
  retina-face>=0.0.12