SabkeSawaal68 commited on
Commit
5eba0be
·
verified ·
1 Parent(s): 1800cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import streamlit as st
2
  import tempfile
3
  import os
 
1
+ import os
2
+ os.system("pip install opencv-python-headless") # Ensure OpenCV is installed
3
+ import cv2
4
  import streamlit as st
5
  import tempfile
6
  import os