sadimanna commited on
Commit
f75192f
·
1 Parent(s): d6def08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True,
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):