Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks(css=css) as demo:
|
|
29 |
)
|
30 |
with gr.Column(elem_classes=["my-column"]):
|
31 |
with gr.Group(elem_classes=["my-group"]):
|
32 |
-
image = WebRTC(label="Stream", rtc_configuration=
|
33 |
conf_threshold = gr.Slider(
|
34 |
label="Confidence Threshold",
|
35 |
minimum=0.0,
|
|
|
29 |
)
|
30 |
with gr.Column(elem_classes=["my-column"]):
|
31 |
with gr.Group(elem_classes=["my-group"]):
|
32 |
+
image = WebRTC(label="Stream", rtc_configuration=None)
|
33 |
conf_threshold = gr.Slider(
|
34 |
label="Confidence Threshold",
|
35 |
minimum=0.0,
|