Files changed (1) hide show
  1. app.py +1 -1
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="Strean", rtc_configuration=rtc_configuration)
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,