efghi7890 commited on
Commit
4801698
·
1 Parent(s): c170487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -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)