efghi7890 commited on
Commit
0942ba7
·
1 Parent(s): 9324971

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"],
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