noamholz commited on
Commit
336b24c
·
1 Parent(s): 1a3844d
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -8,7 +8,7 @@ def snap(image, video):
8
 
9
  demo = gr.Interface(
10
  snap,
11
- [gr.Image(source="webcam", tool=None), gr.Video(source="webcam")],
12
  ["image", "video"],
13
  )
14
 
 
8
 
9
  demo = gr.Interface(
10
  snap,
11
+ [gr.Video(source="webcam")],
12
  ["image", "video"],
13
  )
14