efghi7890 commited on
Commit
d826833
·
1 Parent(s): ee1a441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import cv2
3
 
4
- def greet(image):
5
  cap = cap = cv2.VideoCapture(video)
6
  succes, img = vidcap.read()
7
  gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
 
1
  import gradio as gr
2
  import cv2
3
 
4
+ def greet(video):
5
  cap = cap = cv2.VideoCapture(video)
6
  succes, img = vidcap.read()
7
  gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)