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