SabkeSawaal68 commited on
Commit
d735a1a
·
verified ·
1 Parent(s): 6310a6a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
- streamlit
2
- torch
3
- transformers
4
- opencv-python
5
- opencv-python-headless
6
- numpy
7
- moviepy
 
 
 
1
+ # 🔹 requirements.txt (Optimized Dependencies)
2
+
3
+ streamlit==1.29.0
4
+ numpy==1.26.4
5
+ opencv-python-headless==4.9.0.80
6
+ moviepy==1.0.3
7
+ pillow==10.2.0
8
+ transformers==4.38.2
9
+ torch==2.2.1