Kousik Kumar Siddavaram commited on
Commit
bc4f5b0
·
1 Parent(s): cf1ce27

Updated expression recognition

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -17,7 +17,7 @@ opencv-python-headless==4.8.1.78
17
  # New dependencies inferred from imports:
18
  facenet-pytorch==2.5.3
19
  transformers==4.36.0 #CHANGED: Fixed version to avoid Python 3.11 issue
20
- huggingface-hub==0.19.0 #CHANGED: Pinned for stability
21
  tqdm==4.66.1 #CHANGED: Pinned for stability
22
  # Optional: For better performance
23
  accelerate==0.25.0 # Faster model loading
 
17
  # New dependencies inferred from imports:
18
  facenet-pytorch==2.5.3
19
  transformers==4.36.0 #CHANGED: Fixed version to avoid Python 3.11 issue
20
+ huggingface-hub==0.19.3 #CHANGED: Pinned for stability
21
  tqdm==4.66.1 #CHANGED: Pinned for stability
22
  # Optional: For better performance
23
  accelerate==0.25.0 # Faster model loading