Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ webrtc_ctx = webrtc_streamer(
|
|
144 |
},
|
145 |
video_frame_callback=video_frame_callback,
|
146 |
media_stream_constraints={"video": True, "audio": False},
|
147 |
-
async_processing=
|
148 |
)
|
149 |
|
150 |
if st.checkbox("Show the detected labels", value=True):
|
|
|
144 |
},
|
145 |
video_frame_callback=video_frame_callback,
|
146 |
media_stream_constraints={"video": True, "audio": False},
|
147 |
+
async_processing=False,
|
148 |
)
|
149 |
|
150 |
if st.checkbox("Show the detected labels", value=True):
|