raymondlo84 commited on
Commit
2e66bad
1 Parent(s): 5e40565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import cv2
 
3
  from openvino.runtime import Core
4
 
5
  ie = Core()
 
1
  import streamlit as st
2
  import cv2
3
+ import numpy as np
4
  from openvino.runtime import Core
5
 
6
  ie = Core()