SaladSlayer00 commited on
Commit
ee94eb6
·
1 Parent(s): 86082f8

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.Image(sources="webcam", streaming=True),
38
  outputs="image",
39
  live=True
40
  )
 
34
  # Gradio interface
35
  demo = gr.Interface(
36
  fn=process_frame,
37
+ inputs=gr.Image(sources="webcam", streaming=True, interactive=True),
38
  outputs="image",
39
  live=True
40
  )