SaladSlayer00 commited on
Commit
8ace9a1
·
1 Parent(s): 34a9861

the REAL APP

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def process_frame(webcam_image):
34
  # Gradio interface
35
  demo = gr.Interface(
36
  fn=process_frame,
37
- inputs=gr.inputs.Image(source="webcam", tool="editor"),
38
  outputs="image"
39
  )
40
 
 
34
  # Gradio interface
35
  demo = gr.Interface(
36
  fn=process_frame,
37
+ inputs=gr.Image(sources="webcam", tool="editor"),
38
  outputs="image"
39
  )
40