Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
efghi7890
/
FaceRecognition
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
efghi7890
commited on
Nov 11, 2022
Commit
4801698
·
1 Parent(s):
c170487
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
def greet(image):
4
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
1
import gradio as gr
2
+
import cv2
3
4
def greet(image):
5
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)