rosebe commited on
Commit
bed5957
·
1 Parent(s): 1f86d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def snap(video):
28
 
29
  demo = gr.Interface(
30
  snap,
31
- gr.Video(source="webcam"),
32
  "image",
33
  )
34
 
 
28
 
29
  demo = gr.Interface(
30
  snap,
31
+ gr.Image(source="webcam"),
32
  "image",
33
  )
34