SamiKhokhar commited on
Commit
d2052af
·
verified ·
1 Parent(s): 9423eeb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- torch==1.13.0+cu116
2
  gradio==3.22.1
3
  Pillow==9.0.0
 
4
  groq==0.1.2
5
- opencv-python==4.5.3.56
 
1
+ torch==1.13.1+cu116
2
  gradio==3.22.1
3
  Pillow==9.0.0
4
+ opencv-python-headless==4.5.3.56 # Use this if OpenCV with GUI support isn't needed
5
  groq==0.1.2
6
+