Pratyush101 commited on
Commit
54293f9
·
verified ·
1 Parent(s): b61be7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -124,11 +124,9 @@ webrtc_ctx = webrtc_streamer(
124
  mode=WebRtcMode.SENDRECV,
125
  rtc_configuration={
126
  "iceServers": get_ice_servers(),
127
- "iceTransportPolicy": "relay",
128
  },
129
  video_frame_callback=video_frame_callback,
130
  media_stream_constraints={"video": True, "audio": False},
131
- async_processing=True,
132
  )
133
 
134
  st.markdown("### Instructions")
 
124
  mode=WebRtcMode.SENDRECV,
125
  rtc_configuration={
126
  "iceServers": get_ice_servers(),
 
127
  },
128
  video_frame_callback=video_frame_callback,
129
  media_stream_constraints={"video": True, "audio": False},
 
130
  )
131
 
132
  st.markdown("### Instructions")