Rasleen commited on
Commit
12f11d0
·
verified ·
1 Parent(s): 59e02d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ def process_frame(image):
8
  # You will process it and return the modified version
9
  return image
10
 
11
- gr.Interface(fn=process_frame,inputs=gr.Image(source="webcam", streaming=True),outputs="image",live=True).launch()
 
8
  # You will process it and return the modified version
9
  return image
10
 
11
+ gr.Interface(fn=process_frame, inputs=gr.Camera(),outputs="image").launch()