Spaces:
Sleeping
Sleeping
lampongyuen
commited on
Commit
•
a18ee69
1
Parent(s):
dd96a34
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
import cv2
|
3 |
|
4 |
def main():
|
5 |
st.set_page_config(page_title="Streamlit WebCam App")
|
|
|
1 |
import streamlit as st
|
2 |
+
import opencv as cv2
|
3 |
|
4 |
def main():
|
5 |
st.set_page_config(page_title="Streamlit WebCam App")
|