MarcosRodrigo commited on
Commit
0dfe35a
·
verified ·
1 Parent(s): efdc92d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ def snap(image, video):
5
 
6
  demo = gr.Interface(
7
  snap,
8
- [gr.Image(sources=["webcam"]), gr.Video(sources=["webcam"])],
9
- ["image", "video"],
10
  )
11
 
12
  if __name__ == "__main__":
 
5
 
6
  demo = gr.Interface(
7
  snap,
8
+ [gr.Video(sources=["webcam"])],
9
+ ["video"],
10
  )
11
 
12
  if __name__ == "__main__":