lampongyuen commited on
Commit
c12cbd6
·
1 Parent(s): 068ba40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import opencv as cv2
3
 
4
  def color_to_gray(img):
5
  new_img = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)
 
1
  import gradio as gr
2
+ import cv2
3
 
4
  def color_to_gray(img):
5
  new_img = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)