Edward Beeching commited on
Commit
acea586
1 Parent(s): 6a027af

fixing cv2 bug

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import streamlit as st
2
  import time
3
 
 
1
+ import cv2
2
  import streamlit as st
3
  import time
4