Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lampongyuen
/
Streamlit-OpenCV
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lampongyuen
commited on
Nov 12, 2023
Commit
970a750
·
1 Parent(s):
a04213c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import cv2
2
import streamlit as st
3
import numpy as np
1
+
# https://www.loginradius.com/blog/engineering/guest-post/opencv-web-app-with-streamlit/
2
import cv2
3
import streamlit as st
4
import numpy as np