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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def greet(image):
9
 
10
  iface = gr.Interface(
11
  fn=greet,
12
- inputs=gr.Video(source "webcam", format "mp4", streaming = "True"),
13
  outputs="image"
14
  )
15
 
 
9
 
10
  iface = gr.Interface(
11
  fn=greet,
12
+ inputs=gr.Video(source="webcam", format = "mp4", streaming = "True"),
13
  outputs="image"
14
  )
15