Spaces:
Configuration error
Configuration error
Typo
#1
by
pcuenq
HF Staff
- opened
app.py
CHANGED
|
@@ -95,7 +95,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 95 |
""")
|
| 96 |
with gr.Column(elem_classes=["my-column"]):
|
| 97 |
with gr.Group(elem_classes=["my-group"]):
|
| 98 |
-
image = WebRTC(label="
|
| 99 |
conf_threshold = gr.Slider(
|
| 100 |
label="Confidence Threshold",
|
| 101 |
minimum=0.0,
|
|
|
|
| 95 |
""")
|
| 96 |
with gr.Column(elem_classes=["my-column"]):
|
| 97 |
with gr.Group(elem_classes=["my-group"]):
|
| 98 |
+
image = WebRTC(label="Stream", rtc_configuration=rtc_configuration)
|
| 99 |
conf_threshold = gr.Slider(
|
| 100 |
label="Confidence Threshold",
|
| 101 |
minimum=0.0,
|