noamholz commited on
Commit
baca7e9
·
verified ·
1 Parent(s): 98e85e1

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(css=css) as demo:
65
  )
66
  with gr.Column(elem_classes=["my-column"]):
67
  with gr.Group(elem_classes=["my-group"]):
68
- image = WebRTC(label="Stream"n)
69
  image.stream(
70
  fn=segment, inputs=[image], outputs=[image], time_limit=10
71
  )
 
65
  )
66
  with gr.Column(elem_classes=["my-column"]):
67
  with gr.Group(elem_classes=["my-group"]):
68
+ image = WebRTC(label="Stream")
69
  image.stream(
70
  fn=segment, inputs=[image], outputs=[image], time_limit=10
71
  )