Update run.py
Browse files
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"
|
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 |
)
|